COLOR #CBEAD4

HEX: #CBEAD4
RGB: (203,234,212)

Color info

#CBEAD4 contains red, green and blue colors in about the same proportion. Web safe color of #CBEAD4 is #CCFFCC (or #CFC).

RGB color model

#CBEAD4 color RGB value is (203,234,212).

  • red value is 203;
  • green value is 234;
  • blue value is 212.
RGB:
(203,234,212)
(80%,92%,83%)

RGB channels and saturation

R 203 of 255 = 80%
G 234 of 255 = 92%
B 212 of 255 = 83%

203
234
212

R + G + B ~ 85%. #CBEAD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 234 + 212 = 649 (100%)
R 203 of 649 ~ 31.28%
G 234 of 649 ~ 36.06%
B 212 of 649 ~ 32.67%

%31.28
%36.06
%32.67

CMYK color model

#CBEAD4 color CMYK value is (13,0,9,8).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 8.24%
CMYK:
(13,0,9,8)
C13M0Y9K8 
(13%,0%,9%,8%)
(0.13/0.00/0.09/0.08)	

CMYK percentages

%13.25
%0
%9.4
%8.24

Codes

Color #CBEAD4 in popluar color models

CBEAD4
RGB203234212
HSL137°42.47%85.69%
HSB/HSV137°13.25%91.76%
CMYK13.25%0.00%9.40%
8.24%

Color #CBEAD4 in popluar number systems.

HEXCBEAD4
Decimal203234212
Binary110010111110101011010100
Octal313352324

Shades and tints

Shades of #CBEAD4

#CBEAD4
(203,234,212)
#B9D5C1
(185,213,193)
#A7C0AE
(167,192,174)
#95AB9B
(149,171,155)
#839688
(131,150,136)
#718175
(113,129,117)
#5F6C62
(95,108,98)
#4D574F
(77,87,79)
#3B423C
(59,66,60)
#292D29
(41,45,41)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #CBEAD4

#CBEAD4
(203,234,212)
#CFEBD7
(207,235,215)
#D3ECDA
(211,236,218)
#D7EDDD
(215,237,221)
#DBEEE0
(219,238,224)
#DFEFE3
(223,239,227)
#E3F0E6
(227,240,230)
#E7F1E9
(231,241,233)
#EBF2EC
(235,242,236)
#EFF3EF
(239,243,239)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBEAD4 color. Also use rgb(203,234,212) instead hex code.

Text Font Color

.myTextColor { color: #CBEAD4; }

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

This text font color is #CBEAD4.


Background Color

.myBgColor { background-color: #CBEAD4; }

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

This div background color is #CBEAD4.


Border color

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

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

This div border color is #CBEAD4.


Opacity

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

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

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

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

This text has shadow with #CBEAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBEAD4 on black background.


Color preview on white background

This text has color #CBEAD4 on white background.



Black color preview on #CBEAD4 background

This text has black color on #CBEAD4 background.


White color preview on #CBEAD4 background

This text has white color on #CBEAD4 background.