COLOR #CBE3E5

HEX: #CBE3E5
RGB: (203,227,229)

Color info

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

RGB color model

#CBE3E5 color RGB value is (203,227,229).

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

RGB channels and saturation

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

203
227
229

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

Portions of RGB colors in percentages

R + G + B =
203 + 227 + 229 = 659 (100%)
R 203 of 659 ~ 30.8%
G 227 of 659 ~ 34.45%
B 229 of 659 ~ 34.75%

%30.8
%34.45
%34.75

CMYK color model

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

  • cyan value is 11.35%
  • magenta value is 0.87%
  • 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
%0.87
%0
%10.2

Codes

Color #CBE3E5 in popluar color models

CBE3E5
RGB203227229
HSL185°33.33%84.71%
HSB/HSV185°11.35%89.80%
CMYK11.35%0.87%0.00%
10.20%

Color #CBE3E5 in popluar number systems.

HEXCBE3E5
Decimal203227229
Binary110010111110001111100101
Octal313343345

Shades and tints

Shades of #CBE3E5

#CBE3E5
(203,227,229)
#B9CFD1
(185,207,209)
#A7BBBD
(167,187,189)
#95A7A9
(149,167,169)
#839395
(131,147,149)
#717F81
(113,127,129)
#5F6B6D
(95,107,109)
#4D5759
(77,87,89)
#3B4345
(59,67,69)
#292F31
(41,47,49)
#171B1D
(23,27,29)
#000000
(0,0,0)

Tints of #CBE3E5

#CBE3E5
(203,227,229)
#CFE5E7
(207,229,231)
#D3E7E9
(211,231,233)
#D7E9EB
(215,233,235)
#DBEBED
(219,235,237)
#DFEDEF
(223,237,239)
#E3EFF1
(227,239,241)
#E7F1F3
(231,241,243)
#EBF3F5
(235,243,245)
#EFF5F7
(239,245,247)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE3E5; }

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

This text font color is #CBE3E5.


Background Color

.myBgColor { background-color: #CBE3E5; }

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

This div background color is #CBE3E5.


Border color

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

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

This div border color is #CBE3E5.


Opacity

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

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

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

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

This text has shadow with #CBE3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE3E5 on black background.


Color preview on white background

This text has color #CBE3E5 on white background.



Black color preview on #CBE3E5 background

This text has black color on #CBE3E5 background.


White color preview on #CBE3E5 background

This text has white color on #CBE3E5 background.