COLOR #C7CAEF

HEX: #C7CAEF RGB: (199,202,239)

Color info

#C7CAEF contains red, green and blue colors in about the same proportion. Web safe color of #C7CAEF is #CCCCFF (or #CCF).

RGB color model

#C7CAEF color RGB value is (199,202,239).

RGB: (199,202,239) (78%, 79%, 94%)

RGB channels and saturation

R 199 of 255 = 78%
G 202 of 255 = 79%
B 239 of 255 = 94%

199
202
239

R + G + B ~ 84%. #C7CAEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 202 + 239 = 640 (100%)
R 199 of 640 ~ 31.09%
G 202 of 640 ~ 31.56%
B 239 of 640 ~ 37.34'%

%31.09
%31.56
%37.34

CMYK color model

#C7CAEF color CMYK value is (17,15,0,6).

  • cyan value is 16.74%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (17,15,0,6)
C17M15Y0K6 (17%, 15%, 0%, 6%)
(0.17 / 0.15 / 0.00 / 0.06)

CMYK percentages

%16.74
%15.48
%0
%6.27

Codes

Color #C7CAEF in popluar color models

C7 CA EF
RGB 199 202 239
HSL 236° 55.56% 85.88%
HSB/HSV 236° 16.74% 93.73%
CMYK 16.74% 15.48% 0.00%
6.27%

Color #C7CAEF in popluar number systems.

HEX C7 CA EF
Decimal 199 202 239
Binary 11000111 11001010 11101111
Octal 307 312 357

Shades and tints

Shades of #C7CAEF

#C7CAEF
(199,202,239)
#B5B8DA
(181,184,218)
#A3A6C5
(163,166,197)
#9194B0
(145,148,176)
#7F829B
(127,130,155)
#6D7086
(109,112,134)
#5B5E71
(91,94,113)
#494C5C
(73,76,92)
#373A47
(55,58,71)
#252832
(37,40,50)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #C7CAEF

#C7CAEF
(199,202,239)
#CCCEF0
(204,206,240)
#D1D2F1
(209,210,241)
#D6D6F2
(214,214,242)
#DBDAF3
(219,218,243)
#E0DEF4
(224,222,244)
#E5E2F5
(229,226,245)
#EAE6F6
(234,230,246)
#EFEAF7
(239,234,247)
#F4EEF8
(244,238,248)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CAEF color. Also use rgb(199,202,239) instead hex code.

Text Font Color

.myTextColor { color: #C7CAEF; }

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

This text font color is #C7CAEF.

Background Color

.myBgColor { background-color: #C7CAEF; }

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

This div background color is #C7CAEF.

Border color

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

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

This div border color is #C7CAEF.

Opacity

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

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

Text with #C7CAEF 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 #C7CAEF;}

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

This text has shadow with #C7CAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CAEF.

Preview

Color preview on black background

This text has color #C7CAEF on black background.


Color preview on white background

This text has color #C7CAEF on white background.


Black color preview on #C7CAEF background

This text has black color on #C7CAEF background.


White color preview on #C7CAEF background

This text has white color on #C7CAEF background.


Related colors

Complementary color

Complementary color for #hex is #383510.


I love getcolorcode.com

Triadic colors

1 #EFC7CA and #CAEFC7 with #C7CAEF are triadic colors.

2 #EFCAC7 and #CAC7EF with #C7CAEF are triadic colors.