COLOR #C0CBE1

HEX: #C0CBE1 RGB: (192,203,225)

Color info

#C0CBE1 contains red, green and blue colors in about the same proportion. Web safe color of #C0CBE1 is #CCCCCC (or #CCC).

RGB color model

#C0CBE1 color RGB value is (192,203,225).

RGB: (192,203,225) (75%, 80%, 88%)

RGB channels and saturation

R 192 of 255 = 75%
G 203 of 255 = 80%
B 225 of 255 = 88%

192
203
225

R + G + B ~ 81%. #C0CBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 203 + 225 = 620 (100%)
R 192 of 620 ~ 30.97%
G 203 of 620 ~ 32.74%
B 225 of 620 ~ 36.29'%

%30.97
%32.74
%36.29

CMYK color model

#C0CBE1 color CMYK value is (15,10,0,12).

  • cyan value is 14.67%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (15,10,0,12)
C15M10Y0K12 (15%, 10%, 0%, 12%)
(0.15 / 0.10 / 0.00 / 0.12)

CMYK percentages

%14.67
%9.78
%0
%11.76

Codes

Color #C0CBE1 in popluar color models

C0 CB E1
RGB 192 203 225
HSL 220° 35.48% 81.76%
HSB/HSV 220° 14.67% 88.24%
CMYK 14.67% 9.78% 0.00%
11.76%

Color #C0CBE1 in popluar number systems.

HEX C0 CB E1
Decimal 192 203 225
Binary 11000000 11001011 11100001
Octal 300 313 341

Shades and tints

Shades of #C0CBE1

#C0CBE1
(192,203,225)
#AFB9CD
(175,185,205)
#9EA7B9
(158,167,185)
#8D95A5
(141,149,165)
#7C8391
(124,131,145)
#6B717D
(107,113,125)
#5A5F69
(90,95,105)
#494D55
(73,77,85)
#383B41
(56,59,65)
#27292D
(39,41,45)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #C0CBE1

#C0CBE1
(192,203,225)
#C5CFE3
(197,207,227)
#CAD3E5
(202,211,229)
#CFD7E7
(207,215,231)
#D4DBE9
(212,219,233)
#D9DFEB
(217,223,235)
#DEE3ED
(222,227,237)
#E3E7EF
(227,231,239)
#E8EBF1
(232,235,241)
#EDEFF3
(237,239,243)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CBE1 color. Also use rgb(192,203,225) instead hex code.

Text Font Color

.myTextColor { color: #C0CBE1; }

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

This text font color is #C0CBE1.

Background Color

.myBgColor { background-color: #C0CBE1; }

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

This div background color is #C0CBE1.

Border color

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

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

This div border color is #C0CBE1.

Opacity

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

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

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

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

This text has shadow with #C0CBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0CBE1.

Preview

Color preview on black background

This text has color #C0CBE1 on black background.


Color preview on white background

This text has color #C0CBE1 on white background.


Black color preview on #C0CBE1 background

This text has black color on #C0CBE1 background.


White color preview on #C0CBE1 background

This text has white color on #C0CBE1 background.


Related colors

Complementary color

Complementary color for #hex is #3F341E.


I love getcolorcode.com

Triadic colors

1 #E1C0CB and #CBE1C0 with #C0CBE1 are triadic colors.

2 #E1CBC0 and #CBC0E1 with #C0CBE1 are triadic colors.