COLOR #CBE9EB

HEX: #CBE9EB
RGB: (203,233,235)

Color info

#CBE9EB contains red, green and blue colors in about the same proportion. Web safe color of #CBE9EB is #CCFFFF (or #CFF).

RGB color model

#CBE9EB color RGB value is (203,233,235).

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

RGB channels and saturation

R 203 of 255 = 80%
G 233 of 255 = 91%
B 235 of 255 = 92%

203
233
235

R + G + B ~ 88%. #CBE9EB is light color.

Portions of RGB colors in percentages

R + G + B =
203 + 233 + 235 = 671 (100%)
R 203 of 671 ~ 30.25%
G 233 of 671 ~ 34.72%
B 235 of 671 ~ 35.02%

%30.25
%34.72
%35.02

CMYK color model

#CBE9EB color CMYK value is (14,1,0,8).

  • cyan value is 13.62%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,1,0,8)
C14M1Y0K8 
(14%,1%,0%,8%)
(0.14/0.01/0.00/0.08)	

CMYK percentages

%13.62
%0.85
%0
%7.84

Codes

Color #CBE9EB in popluar color models

CBE9EB
RGB203233235
HSL184°44.44%85.88%
HSB/HSV184°13.62%92.16%
CMYK13.62%0.85%0.00%
7.84%

Color #CBE9EB in popluar number systems.

HEXCBE9EB
Decimal203233235
Binary110010111110100111101011
Octal313351353

Shades and tints

Shades of #CBE9EB

#CBE9EB
(203,233,235)
#B9D4D6
(185,212,214)
#A7BFC1
(167,191,193)
#95AAAC
(149,170,172)
#839597
(131,149,151)
#718082
(113,128,130)
#5F6B6D
(95,107,109)
#4D5658
(77,86,88)
#3B4143
(59,65,67)
#292C2E
(41,44,46)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #CBE9EB

#CBE9EB
(203,233,235)
#CFEBEC
(207,235,236)
#D3EDED
(211,237,237)
#D7EFEE
(215,239,238)
#DBF1EF
(219,241,239)
#DFF3F0
(223,243,240)
#E3F5F1
(227,245,241)
#E7F7F2
(231,247,242)
#EBF9F3
(235,249,243)
#EFFBF4
(239,251,244)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE9EB; }

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

This text font color is #CBE9EB.


Background Color

.myBgColor { background-color: #CBE9EB; }

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

This div background color is #CBE9EB.


Border color

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

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

This div border color is #CBE9EB.


Opacity

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

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

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

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

This text has shadow with #CBE9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE9EB on black background.


Color preview on white background

This text has color #CBE9EB on white background.



Black color preview on #CBE9EB background

This text has black color on #CBE9EB background.


White color preview on #CBE9EB background

This text has white color on #CBE9EB background.