COLOR #CBEF96

HEX: #CBEF96 RGB: (203,239,150)

Color info

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

RGB color model

#CBEF96 color RGB value is (203,239,150).

RGB: (203,239,150) (80%, 94%, 59%)

RGB channels and saturation

R 203 of 255 = 80%
G 239 of 255 = 94%
B 150 of 255 = 59%

203
239
150

R + G + B ~ 78%. #CBEF96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 239 + 150 = 592 (100%)
R 203 of 592 ~ 34.29%
G 239 of 592 ~ 40.37%
B 150 of 592 ~ 25.34'%

%34.29
%40.37
%25.34

CMYK color model

#CBEF96 color CMYK value is (15,0,37,6).

  • cyan value is 15.06%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 6.27%

CMYK: (15,0,37,6)
C15M0Y37K6 (15%, 0%, 37%, 6%)
(0.15 / 0.00 / 0.37 / 0.06)

CMYK percentages

%15.06
%0
%37.24
%6.27

Codes

Color #CBEF96 in popluar color models

CB EF 96
RGB 203 239 150
HSL 84° 73.55% 76.27%
HSB/HSV 84° 37.24% 93.73%
CMYK 15.06% 0.00% 37.24%
6.27%

Color #CBEF96 in popluar number systems.

HEX CB EF 96
Decimal 203 239 150
Binary 11001011 11101111 10010110
Octal 313 357 226

Shades and tints

Shades of #CBEF96

#CBEF96
(203,239,150)
#B9DA89
(185,218,137)
#A7C57C
(167,197,124)
#95B06F
(149,176,111)
#839B62
(131,155,98)
#718655
(113,134,85)
#5F7148
(95,113,72)
#4D5C3B
(77,92,59)
#3B472E
(59,71,46)
#293221
(41,50,33)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #CBEF96

#CBEF96
(203,239,150)
#CFF09F
(207,240,159)
#D3F1A8
(211,241,168)
#D7F2B1
(215,242,177)
#DBF3BA
(219,243,186)
#DFF4C3
(223,244,195)
#E3F5CC
(227,245,204)
#E7F6D5
(231,246,213)
#EBF7DE
(235,247,222)
#EFF8E7
(239,248,231)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBEF96 color. Also use rgb(203,239,150) instead hex code.

Text Font Color

.myTextColor { color: #CBEF96; }

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

This text font color is #CBEF96.

Background Color

.myBgColor { background-color: #CBEF96; }

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

This div background color is #CBEF96.

Border color

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

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

This div border color is #CBEF96.

Opacity

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

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

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

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

This text has shadow with #CBEF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBEF96.

Preview

Color preview on black background

This text has color #CBEF96 on black background.


Color preview on white background

This text has color #CBEF96 on white background.


Black color preview on #CBEF96 background

This text has black color on #CBEF96 background.


White color preview on #CBEF96 background

This text has white color on #CBEF96 background.


Related colors

Complementary color

Complementary color for #hex is #341069.


I love getcolorcode.com

Triadic colors

1 #96CBEF and #EF96CB with #CBEF96 are triadic colors.

2 #96EFCB and #EFCB96 with #CBEF96 are triadic colors.