COLOR #CCD46E

HEX: #CCD46E
RGB: (204,212,110)

Color info

#CCD46E contains mainly red and green colors. Web safe color of #CCD46E is #CCCC66 (or #CC6).

RGB color model

#CCD46E color RGB value is (204,212,110).

  • red value is 204;
  • green value is 212;
  • blue value is 110.
RGB:
(204,212,110)
(80%,83%,43%)

RGB channels and saturation

R 204 of 255 = 80%
G 212 of 255 = 83%
B 110 of 255 = 43%

204
212
110

R + G + B ~ 69%. #CCD46E is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 212 + 110 = 526 (100%)
R 204 of 526 ~ 38.78%
G 212 of 526 ~ 40.3%
B 110 of 526 ~ 20.91%

%38.78
%40.3
%20.91

CMYK color model

#CCD46E color CMYK value is (4,0,48,17).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 48.11%
  • key color value is 16.86%
CMYK:
(4,0,48,17)
C4M0Y48K17 
(4%,0%,48%,17%)
(0.04/0.00/0.48/0.17)	

CMYK percentages

%3.77
%0
%48.11
%16.86

Codes

Color #CCD46E in popluar color models

CCD46E
RGB204212110
HSL65°54.26%63.14%
HSB/HSV65°48.11%83.14%
CMYK3.77%0.00%48.11%
16.86%

Color #CCD46E in popluar number systems.

HEXCCD46E
Decimal204212110
Binary11001100110101001101110
Octal314324156

Shades and tints

Shades of #CCD46E

#CCD46E
(204,212,110)
#BAC164
(186,193,100)
#A8AE5A
(168,174,90)
#969B50
(150,155,80)
#848846
(132,136,70)
#72753C
(114,117,60)
#606232
(96,98,50)
#4E4F28
(78,79,40)
#3C3C1E
(60,60,30)
#2A2914
(42,41,20)
#18160A
(24,22,10)
#000000
(0,0,0)

Tints of #CCD46E

#CCD46E
(204,212,110)
#D0D77B
(208,215,123)
#D4DA88
(212,218,136)
#D8DD95
(216,221,149)
#DCE0A2
(220,224,162)
#E0E3AF
(224,227,175)
#E4E6BC
(228,230,188)
#E8E9C9
(232,233,201)
#ECECD6
(236,236,214)
#F0EFE3
(240,239,227)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD46E color. Also use rgb(204,212,110) instead hex code.

Text Font Color

.myTextColor { color: #CCD46E; }

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

This text font color is #CCD46E.


Background Color

.myBgColor { background-color: #CCD46E; }

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

This div background color is #CCD46E.


Border color

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

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

This div border color is #CCD46E.


Opacity

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

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

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

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

This text has shadow with #CCD46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD46E on black background.


Color preview on white background

This text has color #CCD46E on white background.



Black color preview on #CCD46E background

This text has black color on #CCD46E background.


White color preview on #CCD46E background

This text has white color on #CCD46E background.