COLOR #CBE9D9

HEX: #CBE9D9
RGB: (203,233,217)

Color info

#CBE9D9 contains red, green and blue colors in about the same proportion. Web safe color of #CBE9D9 is #CCFFCC (or #CFC).

RGB color model

#CBE9D9 color RGB value is (203,233,217).

  • red value is 203;
  • green value is 233;
  • blue value is 217.
RGB:
(203,233,217)
(80%,91%,85%)

RGB channels and saturation

R 203 of 255 = 80%
G 233 of 255 = 91%
B 217 of 255 = 85%

203
233
217

R + G + B ~ 85%. #CBE9D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 233 + 217 = 653 (100%)
R 203 of 653 ~ 31.09%
G 233 of 653 ~ 35.68%
B 217 of 653 ~ 33.23%

%31.09
%35.68
%33.23

CMYK color model

#CBE9D9 color CMYK value is (13,0,7,9).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 8.63%
CMYK:
(13,0,7,9)
C13M0Y7K9 
(13%,0%,7%,9%)
(0.13/0.00/0.07/0.09)	

CMYK percentages

%12.88
%0
%6.87
%8.63

Codes

Color #CBE9D9 in popluar color models

CBE9D9
RGB203233217
HSL148°40.54%85.49%
HSB/HSV148°12.88%91.37%
CMYK12.88%0.00%6.87%
8.63%

Color #CBE9D9 in popluar number systems.

HEXCBE9D9
Decimal203233217
Binary110010111110100111011001
Octal313351331

Shades and tints

Shades of #CBE9D9

#CBE9D9
(203,233,217)
#B9D4C6
(185,212,198)
#A7BFB3
(167,191,179)
#95AAA0
(149,170,160)
#83958D
(131,149,141)
#71807A
(113,128,122)
#5F6B67
(95,107,103)
#4D5654
(77,86,84)
#3B4141
(59,65,65)
#292C2E
(41,44,46)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #CBE9D9

#CBE9D9
(203,233,217)
#CFEBDC
(207,235,220)
#D3EDDF
(211,237,223)
#D7EFE2
(215,239,226)
#DBF1E5
(219,241,229)
#DFF3E8
(223,243,232)
#E3F5EB
(227,245,235)
#E7F7EE
(231,247,238)
#EBF9F1
(235,249,241)
#EFFBF4
(239,251,244)
#F3FDF7
(243,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE9D9 color. Also use rgb(203,233,217) instead hex code.

Text Font Color

.myTextColor { color: #CBE9D9; }

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

This text font color is #CBE9D9.


Background Color

.myBgColor { background-color: #CBE9D9; }

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

This div background color is #CBE9D9.


Border color

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

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

This div border color is #CBE9D9.


Opacity

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

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

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

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

This text has shadow with #CBE9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE9D9 on black background.


Color preview on white background

This text has color #CBE9D9 on white background.



Black color preview on #CBE9D9 background

This text has black color on #CBE9D9 background.


White color preview on #CBE9D9 background

This text has white color on #CBE9D9 background.