COLOR #CBDD96

HEX: #CBDD96 RGB: (203,221,150)

Color info

#CBDD96 contains mainly red and green colors. Web safe color of #CBDD96 is #CCCC99 (or #CC9).

RGB color model

#CBDD96 color RGB value is (203,221,150).

RGB: (203,221,150) (80%, 87%, 59%)

RGB channels and saturation

R 203 of 255 = 80%
G 221 of 255 = 87%
B 150 of 255 = 59%

203
221
150

R + G + B ~ 75%. #CBDD96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 221 + 150 = 574 (100%)
R 203 of 574 ~ 35.37%
G 221 of 574 ~ 38.5%
B 150 of 574 ~ 26.13'%

%35.37
%38.5
%26.13

CMYK color model

#CBDD96 color CMYK value is (8,0,32,13).

  • cyan value is 8.14%
  • magenta value is 0.00%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK: (8,0,32,13) C8M0Y32K13 (8%,0%,32%,13%) (0.08/0.00/0.32/0.13) 

CMYK percentages

%8.14
%0
%32.13
%13.33

Codes

Color #CBDD96 in popluar color models

CB DD 96
RGB 203 221 150
HSL 75° 51.08% 72.75%
HSB/HSV 75° 32.13% 86.67%
CMYK 8.14% 0.00% 32.13%
13.33%

Color #CBDD96 in popluar number systems.

HEX CB DD 96
Decimal 203 221 150
Binary 11001011 11011101 10010110
Octal 313 335 226

Shades and tints

Shades of #CBDD96

#CBDD96
(203,221,150)
#B9C989
(185,201,137)
#A7B57C
(167,181,124)
#95A16F
(149,161,111)
#838D62
(131,141,98)
#717955
(113,121,85)
#5F6548
(95,101,72)
#4D513B
(77,81,59)
#3B3D2E
(59,61,46)
#292921
(41,41,33)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #CBDD96

#CBDD96
(203,221,150)
#CFE09F
(207,224,159)
#D3E3A8
(211,227,168)
#D7E6B1
(215,230,177)
#DBE9BA
(219,233,186)
#DFECC3
(223,236,195)
#E3EFCC
(227,239,204)
#E7F2D5
(231,242,213)
#EBF5DE
(235,245,222)
#EFF8E7
(239,248,231)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBDD96; }

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

This text font color is #CBDD96.

Background Color

.myBgColor { background-color: #CBDD96; }

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

This div background color is #CBDD96.

Border color

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

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

This div border color is #CBDD96.

Opacity

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

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

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

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

This text has shadow with #CBDD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBDD96.

Preview

Color preview on black background

This text has color #CBDD96 on black background.


Color preview on white background

This text has color #CBDD96 on white background.


Black color preview on #CBDD96 background

This text has black color on #CBDD96 background.


White color preview on #CBDD96 background

This text has white color on #CBDD96 background.


Related colors

Complementary color

Complementary color for #hex is #342269.


I love getcolorcode.com

Triadic colors

1 #96CBDD and #DD96CB with #CBDD96 are triadic colors.

2 #96DDCB and #DDCB96 with #CBDD96 are triadic colors.