COLOR #CBE5E0

HEX: #CBE5E0
RGB: (203,229,224)

Color info

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

RGB color model

#CBE5E0 color RGB value is (203,229,224).

  • red value is 203;
  • green value is 229;
  • blue value is 224.
RGB:
(203,229,224)
(80%,90%,88%)

RGB channels and saturation

R 203 of 255 = 80%
G 229 of 255 = 90%
B 224 of 255 = 88%

203
229
224

R + G + B ~ 86%. #CBE5E0 is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 229 + 224 = 656 (100%)
R 203 of 656 ~ 30.95%
G 229 of 656 ~ 34.91%
B 224 of 656 ~ 34.15%

%30.95
%34.91
%34.15

CMYK color model

#CBE5E0 color CMYK value is (11,0,2,10).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 2.18%
  • key color value is 10.20%
CMYK:
(11,0,2,10)
C11M0Y2K10 
(11%,0%,2%,10%)
(0.11/0.00/0.02/0.10)	

CMYK percentages

%11.35
%0
%2.18
%10.2

Codes

Color #CBE5E0 in popluar color models

CBE5E0
RGB203229224
HSL168°33.33%84.71%
HSB/HSV168°11.35%89.80%
CMYK11.35%0.00%2.18%
10.20%

Color #CBE5E0 in popluar number systems.

HEXCBE5E0
Decimal203229224
Binary110010111110010111100000
Octal313345340

Shades and tints

Shades of #CBE5E0

#CBE5E0
(203,229,224)
#B9D1CC
(185,209,204)
#A7BDB8
(167,189,184)
#95A9A4
(149,169,164)
#839590
(131,149,144)
#71817C
(113,129,124)
#5F6D68
(95,109,104)
#4D5954
(77,89,84)
#3B4540
(59,69,64)
#29312C
(41,49,44)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #CBE5E0

#CBE5E0
(203,229,224)
#CFE7E2
(207,231,226)
#D3E9E4
(211,233,228)
#D7EBE6
(215,235,230)
#DBEDE8
(219,237,232)
#DFEFEA
(223,239,234)
#E3F1EC
(227,241,236)
#E7F3EE
(231,243,238)
#EBF5F0
(235,245,240)
#EFF7F2
(239,247,242)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE5E0 color. Also use rgb(203,229,224) instead hex code.

Text Font Color

.myTextColor { color: #CBE5E0; }

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

This text font color is #CBE5E0.


Background Color

.myBgColor { background-color: #CBE5E0; }

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

This div background color is #CBE5E0.


Border color

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

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

This div border color is #CBE5E0.


Opacity

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

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

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

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

This text has shadow with #CBE5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE5E0 on black background.


Color preview on white background

This text has color #CBE5E0 on white background.



Black color preview on #CBE5E0 background

This text has black color on #CBE5E0 background.


White color preview on #CBE5E0 background

This text has white color on #CBE5E0 background.