COLOR #CCDB95

HEX: #CCDB95
RGB: (204,219,149)

Color info

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

RGB color model

#CCDB95 color RGB value is (204,219,149).

  • red value is 204;
  • green value is 219;
  • blue value is 149.
RGB:
(204,219,149)
(80%,86%,58%)

RGB channels and saturation

R 204 of 255 = 80%
G 219 of 255 = 86%
B 149 of 255 = 58%

204
219
149

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

Portions of RGB colors in percentages

R + G + B =
204 + 219 + 149 = 572 (100%)
R 204 of 572 ~ 35.66%
G 219 of 572 ~ 38.29%
B 149 of 572 ~ 26.05%

%35.66
%38.29
%26.05

CMYK color model

#CCDB95 color CMYK value is (7,0,32,14).

  • cyan value is 6.85%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 14.12%
CMYK:
(7,0,32,14)
C7M0Y32K14 
(7%,0%,32%,14%)
(0.07/0.00/0.32/0.14)	

CMYK percentages

%6.85
%0
%31.96
%14.12

Codes

Color #CCDB95 in popluar color models

CCDB95
RGB204219149
HSL73°49.30%72.16%
HSB/HSV73°31.96%85.88%
CMYK6.85%0.00%31.96%
14.12%

Color #CCDB95 in popluar number systems.

HEXCCDB95
Decimal204219149
Binary110011001101101110010101
Octal314333225

Shades and tints

Shades of #CCDB95

#CCDB95
(204,219,149)
#BAC888
(186,200,136)
#A8B57B
(168,181,123)
#96A26E
(150,162,110)
#848F61
(132,143,97)
#727C54
(114,124,84)
#606947
(96,105,71)
#4E563A
(78,86,58)
#3C432D
(60,67,45)
#2A3020
(42,48,32)
#181D13
(24,29,19)
#000000
(0,0,0)

Tints of #CCDB95

#CCDB95
(204,219,149)
#D0DE9E
(208,222,158)
#D4E1A7
(212,225,167)
#D8E4B0
(216,228,176)
#DCE7B9
(220,231,185)
#E0EAC2
(224,234,194)
#E4EDCB
(228,237,203)
#E8F0D4
(232,240,212)
#ECF3DD
(236,243,221)
#F0F6E6
(240,246,230)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDB95 color. Also use rgb(204,219,149) instead hex code.

Text Font Color

.myTextColor { color: #CCDB95; }

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

This text font color is #CCDB95.


Background Color

.myBgColor { background-color: #CCDB95; }

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

This div background color is #CCDB95.


Border color

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

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

This div border color is #CCDB95.


Opacity

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

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

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

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

This text has shadow with #CCDB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDB95 on black background.


Color preview on white background

This text has color #CCDB95 on white background.



Black color preview on #CCDB95 background

This text has black color on #CCDB95 background.


White color preview on #CCDB95 background

This text has white color on #CCDB95 background.