COLOR #CBE6D1

HEX: #CBE6D1
RGB: (203,230,209)

Color info

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

RGB color model

#CBE6D1 color RGB value is (203,230,209).

  • red value is 203;
  • green value is 230;
  • blue value is 209.
RGB:
(203,230,209)
(80%,90%,82%)

RGB channels and saturation

R 203 of 255 = 80%
G 230 of 255 = 90%
B 209 of 255 = 82%

203
230
209

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

Portions of RGB colors in percentages

R + G + B =
203 + 230 + 209 = 642 (100%)
R 203 of 642 ~ 31.62%
G 230 of 642 ~ 35.83%
B 209 of 642 ~ 32.55%

%31.62
%35.83
%32.55

CMYK color model

#CBE6D1 color CMYK value is (12,0,9,10).

  • cyan value is 11.74%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 9.80%
CMYK:
(12,0,9,10)
C12M0Y9K10 
(12%,0%,9%,10%)
(0.12/0.00/0.09/0.10)	

CMYK percentages

%11.74
%0
%9.13
%9.8

Codes

Color #CBE6D1 in popluar color models

CBE6D1
RGB203230209
HSL133°35.06%84.90%
HSB/HSV133°11.74%90.20%
CMYK11.74%0.00%9.13%
9.80%

Color #CBE6D1 in popluar number systems.

HEXCBE6D1
Decimal203230209
Binary110010111110011011010001
Octal313346321

Shades and tints

Shades of #CBE6D1

#CBE6D1
(203,230,209)
#B9D2BE
(185,210,190)
#A7BEAB
(167,190,171)
#95AA98
(149,170,152)
#839685
(131,150,133)
#718272
(113,130,114)
#5F6E5F
(95,110,95)
#4D5A4C
(77,90,76)
#3B4639
(59,70,57)
#293226
(41,50,38)
#171E13
(23,30,19)
#000000
(0,0,0)

Tints of #CBE6D1

#CBE6D1
(203,230,209)
#CFE8D5
(207,232,213)
#D3EAD9
(211,234,217)
#D7ECDD
(215,236,221)
#DBEEE1
(219,238,225)
#DFF0E5
(223,240,229)
#E3F2E9
(227,242,233)
#E7F4ED
(231,244,237)
#EBF6F1
(235,246,241)
#EFF8F5
(239,248,245)
#F3FAF9
(243,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE6D1 color. Also use rgb(203,230,209) instead hex code.

Text Font Color

.myTextColor { color: #CBE6D1; }

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

This text font color is #CBE6D1.


Background Color

.myBgColor { background-color: #CBE6D1; }

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

This div background color is #CBE6D1.


Border color

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

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

This div border color is #CBE6D1.


Opacity

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

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

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

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

This text has shadow with #CBE6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE6D1 on black background.


Color preview on white background

This text has color #CBE6D1 on white background.



Black color preview on #CBE6D1 background

This text has black color on #CBE6D1 background.


White color preview on #CBE6D1 background

This text has white color on #CBE6D1 background.