COLOR #CBEEAB

HEX: #CBEEAB RGB: (203,238,171)

Color info

#CBEEAB contains mainly red and green colors. Web safe color of #CBEEAB is #CCFF99 (or #CF9).

RGB color model

#CBEEAB color RGB value is (203,238,171).

RGB: (203,238,171) (80%, 93%, 67%)

RGB channels and saturation

R 203 of 255 = 80%
G 238 of 255 = 93%
B 171 of 255 = 67%

203
238
171

R + G + B ~ 80%. #CBEEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 238 + 171 = 612 (100%)
R 203 of 612 ~ 33.17%
G 238 of 612 ~ 38.89%
B 171 of 612 ~ 27.94'%

%33.17
%38.89
%27.94

CMYK color model

#CBEEAB color CMYK value is (15,0,28,7).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 28.15%
  • key color value is 6.67%

CMYK: (15,0,28,7)
C15M0Y28K7 (15%, 0%, 28%, 7%)
(0.15 / 0.00 / 0.28 / 0.07)

CMYK percentages

%14.71
%0
%28.15
%6.67

Codes

Color #CBEEAB in popluar color models

CB EE AB
RGB 203 238 171
HSL 91° 66.34% 80.20%
HSB/HSV 91° 28.15% 93.33%
CMYK 14.71% 0.00% 28.15%
6.67%

Color #CBEEAB in popluar number systems.

HEX CB EE AB
Decimal 203 238 171
Binary 11001011 11101110 10101011
Octal 313 356 253

Shades and tints

Shades of #CBEEAB

#CBEEAB
(203,238,171)
#B9D99C
(185,217,156)
#A7C48D
(167,196,141)
#95AF7E
(149,175,126)
#839A6F
(131,154,111)
#718560
(113,133,96)
#5F7051
(95,112,81)
#4D5B42
(77,91,66)
#3B4633
(59,70,51)
#293124
(41,49,36)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #CBEEAB

#CBEEAB
(203,238,171)
#CFEFB2
(207,239,178)
#D3F0B9
(211,240,185)
#D7F1C0
(215,241,192)
#DBF2C7
(219,242,199)
#DFF3CE
(223,243,206)
#E3F4D5
(227,244,213)
#E7F5DC
(231,245,220)
#EBF6E3
(235,246,227)
#EFF7EA
(239,247,234)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBEEAB color. Also use rgb(203,238,171) instead hex code.

Text Font Color

.myTextColor { color: #CBEEAB; }

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

This text font color is #CBEEAB.

Background Color

.myBgColor { background-color: #CBEEAB; }

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

This div background color is #CBEEAB.

Border color

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

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

This div border color is #CBEEAB.

Opacity

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

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

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

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

This text has shadow with #CBEEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBEEAB.

Preview

Color preview on black background

This text has color #CBEEAB on black background.


Color preview on white background

This text has color #CBEEAB on white background.


Black color preview on #CBEEAB background

This text has black color on #CBEEAB background.


White color preview on #CBEEAB background

This text has white color on #CBEEAB background.


Related colors

Complementary color

Complementary color for #hex is #341154.


I love getcolorcode.com

Triadic colors

1 #ABCBEE and #EEABCB with #CBEEAB are triadic colors.

2 #ABEECB and #EECBAB with #CBEEAB are triadic colors.