COLOR #CBE3D6

HEX: #CBE3D6
RGB: (203,227,214)

Color info

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

RGB color model

#CBE3D6 color RGB value is (203,227,214).

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

RGB channels and saturation

R 203 of 255 = 80%
G 227 of 255 = 89%
B 214 of 255 = 84%

203
227
214

R + G + B ~ 84%. #CBE3D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 227 + 214 = 644 (100%)
R 203 of 644 ~ 31.52%
G 227 of 644 ~ 35.25%
B 214 of 644 ~ 33.23%

%31.52
%35.25
%33.23

CMYK color model

#CBE3D6 color CMYK value is (11,0,6,11).

  • cyan value is 10.57%
  • magenta value is 0.00%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK:
(11,0,6,11)
C11M0Y6K11 
(11%,0%,6%,11%)
(0.11/0.00/0.06/0.11)	

CMYK percentages

%10.57
%0
%5.73
%10.98

Codes

Color #CBE3D6 in popluar color models

CBE3D6
RGB203227214
HSL148°30.00%84.31%
HSB/HSV148°10.57%89.02%
CMYK10.57%0.00%5.73%
10.98%

Color #CBE3D6 in popluar number systems.

HEXCBE3D6
Decimal203227214
Binary110010111110001111010110
Octal313343326

Shades and tints

Shades of #CBE3D6

#CBE3D6
(203,227,214)
#B9CFC3
(185,207,195)
#A7BBB0
(167,187,176)
#95A79D
(149,167,157)
#83938A
(131,147,138)
#717F77
(113,127,119)
#5F6B64
(95,107,100)
#4D5751
(77,87,81)
#3B433E
(59,67,62)
#292F2B
(41,47,43)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #CBE3D6

#CBE3D6
(203,227,214)
#CFE5D9
(207,229,217)
#D3E7DC
(211,231,220)
#D7E9DF
(215,233,223)
#DBEBE2
(219,235,226)
#DFEDE5
(223,237,229)
#E3EFE8
(227,239,232)
#E7F1EB
(231,241,235)
#EBF3EE
(235,243,238)
#EFF5F1
(239,245,241)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE3D6; }

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

This text font color is #CBE3D6.


Background Color

.myBgColor { background-color: #CBE3D6; }

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

This div background color is #CBE3D6.


Border color

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

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

This div border color is #CBE3D6.


Opacity

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

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

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

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

This text has shadow with #CBE3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE3D6 on black background.


Color preview on white background

This text has color #CBE3D6 on white background.



Black color preview on #CBE3D6 background

This text has black color on #CBE3D6 background.


White color preview on #CBE3D6 background

This text has white color on #CBE3D6 background.