COLOR #C7CBEA

HEX: #C7CBEA RGB: (199,203,234)

Color info

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

RGB color model

#C7CBEA color RGB value is (199,203,234).

RGB: (199,203,234) (78%, 80%, 92%)

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 234 of 255 = 92%

199
203
234

R + G + B ~ 83%. #C7CBEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 203 + 234 = 636 (100%)
R 199 of 636 ~ 31.29%
G 203 of 636 ~ 31.92%
B 234 of 636 ~ 36.79'%

%31.29
%31.92
%36.79

CMYK color model

#C7CBEA color CMYK value is (15,13,0,8).

  • cyan value is 14.96%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (15,13,0,8)
C15M13Y0K8 (15%, 13%, 0%, 8%)
(0.15 / 0.13 / 0.00 / 0.08)

CMYK percentages

%14.96
%13.25
%0
%8.24

Codes

Color #C7CBEA in popluar color models

C7 CB EA
RGB 199 203 234
HSL 233° 45.45% 84.90%
HSB/HSV 233° 14.96% 91.76%
CMYK 14.96% 13.25% 0.00%
8.24%

Color #C7CBEA in popluar number systems.

HEX C7 CB EA
Decimal 199 203 234
Binary 11000111 11001011 11101010
Octal 307 313 352

Shades and tints

Shades of #C7CBEA

#C7CBEA
(199,203,234)
#B5B9D5
(181,185,213)
#A3A7C0
(163,167,192)
#9195AB
(145,149,171)
#7F8396
(127,131,150)
#6D7181
(109,113,129)
#5B5F6C
(91,95,108)
#494D57
(73,77,87)
#373B42
(55,59,66)
#25292D
(37,41,45)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #C7CBEA

#C7CBEA
(199,203,234)
#CCCFEB
(204,207,235)
#D1D3EC
(209,211,236)
#D6D7ED
(214,215,237)
#DBDBEE
(219,219,238)
#E0DFEF
(224,223,239)
#E5E3F0
(229,227,240)
#EAE7F1
(234,231,241)
#EFEBF2
(239,235,242)
#F4EFF3
(244,239,243)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CBEA color. Also use rgb(199,203,234) instead hex code.

Text Font Color

.myTextColor { color: #C7CBEA; }

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

This text font color is #C7CBEA.

Background Color

.myBgColor { background-color: #C7CBEA; }

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

This div background color is #C7CBEA.

Border color

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

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

This div border color is #C7CBEA.

Opacity

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

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

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

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

This text has shadow with #C7CBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CBEA.

Preview

Color preview on black background

This text has color #C7CBEA on black background.


Color preview on white background

This text has color #C7CBEA on white background.


Black color preview on #C7CBEA background

This text has black color on #C7CBEA background.


White color preview on #C7CBEA background

This text has white color on #C7CBEA background.


Related colors

Complementary color

Complementary color for #hex is #383415.


I love getcolorcode.com

Triadic colors

1 #EAC7CB and #CBEAC7 with #C7CBEA are triadic colors.

2 #EACBC7 and #CBC7EA with #C7CBEA are triadic colors.