COLOR #CCD796

HEX: #CCD796 RGB: (204,215,150)

Color info

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

RGB color model

#CCD796 color RGB value is (204,215,150).

RGB: (204,215,150) (80%, 84%, 59%)

RGB channels and saturation

R 204 of 255 = 80%
G 215 of 255 = 84%
B 150 of 255 = 59%

204
215
150

R + G + B ~ 74%. #CCD796 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 215 + 150 = 569 (100%)
R 204 of 569 ~ 35.85%
G 215 of 569 ~ 37.79%
B 150 of 569 ~ 26.36'%

%35.85
%37.79
%26.36

CMYK color model

#CCD796 color CMYK value is (5,0,30,16).

  • cyan value is 5.12%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • key color value is 15.69%

CMYK: (5,0,30,16)
C5M0Y30K16 (5%, 0%, 30%, 16%)
(0.05 / 0.00 / 0.30 / 0.16)

CMYK percentages

%5.12
%0
%30.23
%15.69

Codes

Color #CCD796 in popluar color models

CC D7 96
RGB 204 215 150
HSL 70° 44.83% 71.57%
HSB/HSV 70° 30.23% 84.31%
CMYK 5.12% 0.00% 30.23%
15.69%

Color #CCD796 in popluar number systems.

HEX CC D7 96
Decimal 204 215 150
Binary 11001100 11010111 10010110
Octal 314 327 226

Shades and tints

Shades of #CCD796

#CCD796
(204,215,150)
#BAC489
(186,196,137)
#A8B17C
(168,177,124)
#969E6F
(150,158,111)
#848B62
(132,139,98)
#727855
(114,120,85)
#606548
(96,101,72)
#4E523B
(78,82,59)
#3C3F2E
(60,63,46)
#2A2C21
(42,44,33)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCD796

#CCD796
(204,215,150)
#D0DA9F
(208,218,159)
#D4DDA8
(212,221,168)
#D8E0B1
(216,224,177)
#DCE3BA
(220,227,186)
#E0E6C3
(224,230,195)
#E4E9CC
(228,233,204)
#E8ECD5
(232,236,213)
#ECEFDE
(236,239,222)
#F0F2E7
(240,242,231)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD796 color. Also use rgb(204,215,150) instead hex code.

Text Font Color

.myTextColor { color: #CCD796; }

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

This text font color is #CCD796.

Background Color

.myBgColor { background-color: #CCD796; }

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

This div background color is #CCD796.

Border color

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

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

This div border color is #CCD796.

Opacity

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

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

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

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

This text has shadow with #CCD796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCD796.

Preview

Color preview on black background

This text has color #CCD796 on black background.


Color preview on white background

This text has color #CCD796 on white background.


Black color preview on #CCD796 background

This text has black color on #CCD796 background.


White color preview on #CCD796 background

This text has white color on #CCD796 background.


Related colors

Complementary color

Complementary color for #hex is #332869.


I love getcolorcode.com

Triadic colors

1 #96CCD7 and #D796CC with #CCD796 are triadic colors.

2 #96D7CC and #D7CC96 with #CCD796 are triadic colors.