COLOR #CCDD92

HEX: #CCDD92
RGB: (204,221,146)

Color info

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

RGB color model

#CCDD92 color RGB value is (204,221,146).

  • red value is 204;
  • green value is 221;
  • blue value is 146.
RGB:
(204,221,146)
(80%,87%,57%)

RGB channels and saturation

R 204 of 255 = 80%
G 221 of 255 = 87%
B 146 of 255 = 57%

204
221
146

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

Portions of RGB colors in percentages

R + G + B =
204 + 221 + 146 = 571 (100%)
R 204 of 571 ~ 35.73%
G 221 of 571 ~ 38.7%
B 146 of 571 ~ 25.57%

%35.73
%38.7
%25.57

CMYK color model

#CCDD92 color CMYK value is (8,0,34,13).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 13.33%
CMYK:
(8,0,34,13)
C8M0Y34K13 
(8%,0%,34%,13%)
(0.08/0.00/0.34/0.13)	

CMYK percentages

%7.69
%0
%33.94
%13.33

Codes

Color #CCDD92 in popluar color models

CCDD92
RGB204221146
HSL74°52.45%71.96%
HSB/HSV74°33.94%86.67%
CMYK7.69%0.00%33.94%
13.33%

Color #CCDD92 in popluar number systems.

HEXCCDD92
Decimal204221146
Binary110011001101110110010010
Octal314335222

Shades and tints

Shades of #CCDD92

#CCDD92
(204,221,146)
#BAC985
(186,201,133)
#A8B578
(168,181,120)
#96A16B
(150,161,107)
#848D5E
(132,141,94)
#727951
(114,121,81)
#606544
(96,101,68)
#4E5137
(78,81,55)
#3C3D2A
(60,61,42)
#2A291D
(42,41,29)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #CCDD92

#CCDD92
(204,221,146)
#D0E09B
(208,224,155)
#D4E3A4
(212,227,164)
#D8E6AD
(216,230,173)
#DCE9B6
(220,233,182)
#E0ECBF
(224,236,191)
#E4EFC8
(228,239,200)
#E8F2D1
(232,242,209)
#ECF5DA
(236,245,218)
#F0F8E3
(240,248,227)
#F4FBEC
(244,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDD92 color. Also use rgb(204,221,146) instead hex code.

Text Font Color

.myTextColor { color: #CCDD92; }

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

This text font color is #CCDD92.


Background Color

.myBgColor { background-color: #CCDD92; }

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

This div background color is #CCDD92.


Border color

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

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

This div border color is #CCDD92.


Opacity

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

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

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

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

This text has shadow with #CCDD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDD92 on black background.


Color preview on white background

This text has color #CCDD92 on white background.



Black color preview on #CCDD92 background

This text has black color on #CCDD92 background.


White color preview on #CCDD92 background

This text has white color on #CCDD92 background.