COLOR #C7AAEE

HEX: #C7AAEE
RGB: (199,170,238)

Renk bilgisi

#C7AAEE contains mainly red and blue colors. #C7AAEE ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#C7AAEE color RGB value is (199,170,238).

  • kırmız ton 199;
  • yeşil ton 170;
  • mavi ton 238.
RGB:
(199,170,238)
(78%,67%,93%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 170 of 255 = 67%
B 238 of 255 = 93%

199
170
238

R + G + B ~ 79%. #C7AAEE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 170 + 238 = 607 (100%)
R 199 of 607 ~ 32.78%
G 170 of 607 ~ 28.01%
B 238 of 607 ~ 39.21%

%32.78
%28.01
%39.21

CMYK RENK MODELİ

#C7AAEE rengi CMYK tonu (16,29,0,7).

  • camgöbeği tonu 16.39%
  • eflatun tonu 28.57%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(16,29,0,7)
C16M29Y0K7 
(16%,29%,0%,7%)
(0.16/0.29/0.00/0.07)	

CMYK yüzdeleri

%16.39
%28.57
%0
%6.67

Codes

Color #C7AAEE in popluar color models

C7AAEE
RGB199170238
HSL266°66.67%80.00%
HSB/HSV266°28.57%93.33%
CMYK16.39%28.57%0.00%
6.67%

Color #C7AAEE in popluar number systems.

HEXC7AAEE
Decimal199170238
Binary110001111010101011101110
Octal307252356

Shades and tints

Shades of #C7AAEE

#C7AAEE
(199,170,238)
#B59BD9
(181,155,217)
#A38CC4
(163,140,196)
#917DAF
(145,125,175)
#7F6E9A
(127,110,154)
#6D5F85
(109,95,133)
#5B5070
(91,80,112)
#49415B
(73,65,91)
#373246
(55,50,70)
#252331
(37,35,49)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #C7AAEE

#C7AAEE
(199,170,238)
#CCB1EF
(204,177,239)
#D1B8F0
(209,184,240)
#D6BFF1
(214,191,241)
#DBC6F2
(219,198,242)
#E0CDF3
(224,205,243)
#E5D4F4
(229,212,244)
#EADBF5
(234,219,245)
#EFE2F6
(239,226,246)
#F4E9F7
(244,233,247)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AAEE color. Also use rgb(199,170,238) instead hex code.

Text Font Color

.myTextColor { color: #C7AAEE; }

<p style="color:#C7AAEE">This sample text font color is #C7AAEE.</p>

This text font color is #C7AAEE.


Background Color

.myBgColor { background-color: #C7AAEE; }

<div style="background-color:#C7AAEE">Inner text</div>

This div background color is #C7AAEE.


Border color

.myBorderColor { border: 1px solid #C7AAEE; }

<div style="border:3px solid #C7AAEE">Div</div>

This div border color is #C7AAEE.


Opacity

.myOpacity80 { color: #C7AAEE; opacity: 0.8; }

<p style="color:#C7AAEE;opacity:0.8;">80%</p>

Text with #C7AAEE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7AAEE;}

<p style="text-shadow: 3px 3px 1px #C7AAEE">Text here.</p>

This text has shadow with #C7AAEE color.

.textShadow {text-shadow: 3px 3px 1px #C7AAEE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7AAEE, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7AAEE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7AAEE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7AAEE, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7AAEE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7AAEE;
  -webkit-box-shadow:	1px 1px 3px 2px #C7AAEE;
  box-shadow:		1px 1px 3px 2px #C7AAEE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7AAEE;
-webkit-box-shadow: 1px 1px 3px 2px #C7AAEE;
box-shadow:1px 1px 3px 2px #C7AAEE;">
Div content here</div>
This div box has shadow with color #C7AAEE.

Preview

Color preview on black background

This text has color #C7AAEE on black background.


Color preview on white background

This text has color #C7AAEE on white background.



Black color preview on #C7AAEE background

This text has black color on #C7AAEE background.


White color preview on #C7AAEE background

This text has white color on #C7AAEE background.