COLOR #CBD5C4

HEX: #CBD5C4
RGB: (203,213,196)

Color info

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

RGB color model

#CBD5C4 color RGB value is (203,213,196).

  • red value is 203;
  • green value is 213;
  • blue value is 196.
RGB:
(203,213,196)
(80%,84%,77%)

RGB channels and saturation

R 203 of 255 = 80%
G 213 of 255 = 84%
B 196 of 255 = 77%

203
213
196

R + G + B ~ 80%. #CBD5C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 213 + 196 = 612 (100%)
R 203 of 612 ~ 33.17%
G 213 of 612 ~ 34.8%
B 196 of 612 ~ 32.03%

%33.17
%34.8
%32.03

CMYK color model

#CBD5C4 color CMYK value is (5,0,8,16).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 16.47%
CMYK:
(5,0,8,16)
C5M0Y8K16 
(5%,0%,8%,16%)
(0.05/0.00/0.08/0.16)	

CMYK percentages

%4.69
%0
%7.98
%16.47

Codes

Color #CBD5C4 in popluar color models

CBD5C4
RGB203213196
HSL95°16.83%80.20%
HSB/HSV95°7.98%83.53%
CMYK4.69%0.00%7.98%
16.47%

Color #CBD5C4 in popluar number systems.

HEXCBD5C4
Decimal203213196
Binary110010111101010111000100
Octal313325304

Shades and tints

Shades of #CBD5C4

#CBD5C4
(203,213,196)
#B9C2B3
(185,194,179)
#A7AFA2
(167,175,162)
#959C91
(149,156,145)
#838980
(131,137,128)
#71766F
(113,118,111)
#5F635E
(95,99,94)
#4D504D
(77,80,77)
#3B3D3C
(59,61,60)
#292A2B
(41,42,43)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #CBD5C4

#CBD5C4
(203,213,196)
#CFD8C9
(207,216,201)
#D3DBCE
(211,219,206)
#D7DED3
(215,222,211)
#DBE1D8
(219,225,216)
#DFE4DD
(223,228,221)
#E3E7E2
(227,231,226)
#E7EAE7
(231,234,231)
#EBEDEC
(235,237,236)
#EFF0F1
(239,240,241)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBD5C4; }

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

This text font color is #CBD5C4.


Background Color

.myBgColor { background-color: #CBD5C4; }

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

This div background color is #CBD5C4.


Border color

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

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

This div border color is #CBD5C4.


Opacity

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

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

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

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

This text has shadow with #CBD5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBD5C4 on black background.


Color preview on white background

This text has color #CBD5C4 on white background.



Black color preview on #CBD5C4 background

This text has black color on #CBD5C4 background.


White color preview on #CBD5C4 background

This text has white color on #CBD5C4 background.