COLOR #CBE5E7

HEX: #CBE5E7
RGB: (203,229,231)

Color info

#CBE5E7 contains red, green and blue colors in about the same proportion. Web safe color of #CBE5E7 is #CCCCFF (or #CCF).

RGB color model

#CBE5E7 color RGB value is (203,229,231).

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

RGB channels and saturation

R 203 of 255 = 80%
G 229 of 255 = 90%
B 231 of 255 = 91%

203
229
231

R + G + B ~ 87%. #CBE5E7 is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 229 + 231 = 663 (100%)
R 203 of 663 ~ 30.62%
G 229 of 663 ~ 34.54%
B 231 of 663 ~ 34.84%

%30.62
%34.54
%34.84

CMYK color model

#CBE5E7 color CMYK value is (12,1,0,9).

  • cyan value is 12.12%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(12,1,0,9)
C12M1Y0K9 
(12%,1%,0%,9%)
(0.12/0.01/0.00/0.09)	

CMYK percentages

%12.12
%0.87
%0
%9.41

Codes

Color #CBE5E7 in popluar color models

CBE5E7
RGB203229231
HSL184°36.84%85.10%
HSB/HSV184°12.12%90.59%
CMYK12.12%0.87%0.00%
9.41%

Color #CBE5E7 in popluar number systems.

HEXCBE5E7
Decimal203229231
Binary110010111110010111100111
Octal313345347

Shades and tints

Shades of #CBE5E7

#CBE5E7
(203,229,231)
#B9D1D2
(185,209,210)
#A7BDBD
(167,189,189)
#95A9A8
(149,169,168)
#839593
(131,149,147)
#71817E
(113,129,126)
#5F6D69
(95,109,105)
#4D5954
(77,89,84)
#3B453F
(59,69,63)
#29312A
(41,49,42)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #CBE5E7

#CBE5E7
(203,229,231)
#CFE7E9
(207,231,233)
#D3E9EB
(211,233,235)
#D7EBED
(215,235,237)
#DBEDEF
(219,237,239)
#DFEFF1
(223,239,241)
#E3F1F3
(227,241,243)
#E7F3F5
(231,243,245)
#EBF5F7
(235,245,247)
#EFF7F9
(239,247,249)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE5E7; }

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

This text font color is #CBE5E7.


Background Color

.myBgColor { background-color: #CBE5E7; }

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

This div background color is #CBE5E7.


Border color

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

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

This div border color is #CBE5E7.


Opacity

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

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

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

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

This text has shadow with #CBE5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE5E7 on black background.


Color preview on white background

This text has color #CBE5E7 on white background.



Black color preview on #CBE5E7 background

This text has black color on #CBE5E7 background.


White color preview on #CBE5E7 background

This text has white color on #CBE5E7 background.