COLOR #C8CBD5

HEX: #C8CBD5 RGB: (200,203,213)

Color info

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

RGB color model

#C8CBD5 color RGB value is (200,203,213).

RGB: (200,203,213) (78%, 80%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 203 of 255 = 80%
B 213 of 255 = 84%

200
203
213

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

Portions of RGB colors in percentages

R + G + B = 200 + 203 + 213 = 616 (100%)
R 200 of 616 ~ 32.47%
G 203 of 616 ~ 32.95%
B 213 of 616 ~ 34.58'%

%32.47
%32.95
%34.58

CMYK color model

#C8CBD5 color CMYK value is (6,5,0,16).

  • cyan value is 6.10%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (6,5,0,16)
C6M5Y0K16 (6%, 5%, 0%, 16%)
(0.06 / 0.05 / 0.00 / 0.16)

CMYK percentages

%6.1
%4.69
%0
%16.47

Codes

Color #C8CBD5 in popluar color models

C8 CB D5
RGB 200 203 213
HSL 226° 13.40% 80.98%
HSB/HSV 226° 6.10% 83.53%
CMYK 6.10% 4.69% 0.00%
16.47%

Color #C8CBD5 in popluar number systems.

HEX C8 CB D5
Decimal 200 203 213
Binary 11001000 11001011 11010101
Octal 310 313 325

Shades and tints

Shades of #C8CBD5

#C8CBD5
(200,203,213)
#B6B9C2
(182,185,194)
#A4A7AF
(164,167,175)
#92959C
(146,149,156)
#808389
(128,131,137)
#6E7176
(110,113,118)
#5C5F63
(92,95,99)
#4A4D50
(74,77,80)
#383B3D
(56,59,61)
#26292A
(38,41,42)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #C8CBD5

#C8CBD5
(200,203,213)
#CDCFD8
(205,207,216)
#D2D3DB
(210,211,219)
#D7D7DE
(215,215,222)
#DCDBE1
(220,219,225)
#E1DFE4
(225,223,228)
#E6E3E7
(230,227,231)
#EBE7EA
(235,231,234)
#F0EBED
(240,235,237)
#F5EFF0
(245,239,240)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CBD5 color. Also use rgb(200,203,213) instead hex code.

Text Font Color

.myTextColor { color: #C8CBD5; }

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

This text font color is #C8CBD5.

Background Color

.myBgColor { background-color: #C8CBD5; }

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

This div background color is #C8CBD5.

Border color

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

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

This div border color is #C8CBD5.

Opacity

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

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

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

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

This text has shadow with #C8CBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CBD5.

Preview

Color preview on black background

This text has color #C8CBD5 on black background.


Color preview on white background

This text has color #C8CBD5 on white background.


Black color preview on #C8CBD5 background

This text has black color on #C8CBD5 background.


White color preview on #C8CBD5 background

This text has white color on #C8CBD5 background.


Related colors

Complementary color

Complementary color for #hex is #37342A.


I love getcolorcode.com

Triadic colors

1 #D5C8CB and #CBD5C8 with #C8CBD5 are triadic colors.

2 #D5CBC8 and #CBC8D5 with #C8CBD5 are triadic colors.