COLOR #CBE2E5

HEX: #CBE2E5
RGB: (203,226,229)

Color info

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

RGB color model

#CBE2E5 color RGB value is (203,226,229).

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

RGB channels and saturation

R 203 of 255 = 80%
G 226 of 255 = 89%
B 229 of 255 = 90%

203
226
229

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

Portions of RGB colors in percentages

R + G + B =
203 + 226 + 229 = 658 (100%)
R 203 of 658 ~ 30.85%
G 226 of 658 ~ 34.35%
B 229 of 658 ~ 34.8%

%30.85
%34.35
%34.8

CMYK color model

#CBE2E5 color CMYK value is (11,1,0,10).

  • cyan value is 11.35%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(11,1,0,10)
C11M1Y0K10 
(11%,1%,0%,10%)
(0.11/0.01/0.00/0.10)	

CMYK percentages

%11.35
%1.31
%0
%10.2

Codes

Color #CBE2E5 in popluar color models

CBE2E5
RGB203226229
HSL187°33.33%84.71%
HSB/HSV187°11.35%89.80%
CMYK11.35%1.31%0.00%
10.20%

Color #CBE2E5 in popluar number systems.

HEXCBE2E5
Decimal203226229
Binary110010111110001011100101
Octal313342345

Shades and tints

Shades of #CBE2E5

#CBE2E5
(203,226,229)
#B9CED1
(185,206,209)
#A7BABD
(167,186,189)
#95A6A9
(149,166,169)
#839295
(131,146,149)
#717E81
(113,126,129)
#5F6A6D
(95,106,109)
#4D5659
(77,86,89)
#3B4245
(59,66,69)
#292E31
(41,46,49)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #CBE2E5

#CBE2E5
(203,226,229)
#CFE4E7
(207,228,231)
#D3E6E9
(211,230,233)
#D7E8EB
(215,232,235)
#DBEAED
(219,234,237)
#DFECEF
(223,236,239)
#E3EEF1
(227,238,241)
#E7F0F3
(231,240,243)
#EBF2F5
(235,242,245)
#EFF4F7
(239,244,247)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE2E5; }

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

This text font color is #CBE2E5.


Background Color

.myBgColor { background-color: #CBE2E5; }

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

This div background color is #CBE2E5.


Border color

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

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

This div border color is #CBE2E5.


Opacity

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

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

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

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

This text has shadow with #CBE2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE2E5 on black background.


Color preview on white background

This text has color #CBE2E5 on white background.



Black color preview on #CBE2E5 background

This text has black color on #CBE2E5 background.


White color preview on #CBE2E5 background

This text has white color on #CBE2E5 background.