COLOR #CCF67E

HEX: #CCF67E
RGB: (204,246,126)

Color info

#CCF67E contains mainly red and green colors. Web safe color of #CCF67E is #CCFF66 (or #CF6).

RGB color model

#CCF67E color RGB value is (204,246,126).

  • red value is 204;
  • green value is 246;
  • blue value is 126.
RGB:
(204,246,126)
(80%,96%,49%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 126 of 255 = 49%

204
246
126

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

Portions of RGB colors in percentages

R + G + B =
204 + 246 + 126 = 576 (100%)
R 204 of 576 ~ 35.42%
G 246 of 576 ~ 42.71%
B 126 of 576 ~ 21.88%

%35.42
%42.71
%21.88

CMYK color model

#CCF67E color CMYK value is (17,0,49,4).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 48.78%
  • key color value is 3.53%
CMYK:
(17,0,49,4)
C17M0Y49K4 
(17%,0%,49%,4%)
(0.17/0.00/0.49/0.04)	

CMYK percentages

%17.07
%0
%48.78
%3.53

Codes

Color #CCF67E in popluar color models

CCF67E
RGB204246126
HSL81°86.96%72.94%
HSB/HSV81°48.78%96.47%
CMYK17.07%0.00%48.78%
3.53%

Color #CCF67E in popluar number systems.

HEXCCF67E
Decimal204246126
Binary11001100111101101111110
Octal314366176

Shades and tints

Shades of #CCF67E

#CCF67E
(204,246,126)
#BAE073
(186,224,115)
#A8CA68
(168,202,104)
#96B45D
(150,180,93)
#849E52
(132,158,82)
#728847
(114,136,71)
#60723C
(96,114,60)
#4E5C31
(78,92,49)
#3C4626
(60,70,38)
#2A301B
(42,48,27)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #CCF67E

#CCF67E
(204,246,126)
#D0F689
(208,246,137)
#D4F694
(212,246,148)
#D8F69F
(216,246,159)
#DCF6AA
(220,246,170)
#E0F6B5
(224,246,181)
#E4F6C0
(228,246,192)
#E8F6CB
(232,246,203)
#ECF6D6
(236,246,214)
#F0F6E1
(240,246,225)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCF67E color. Also use rgb(204,246,126) instead hex code.

Text Font Color

.myTextColor { color: #CCF67E; }

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

This text font color is #CCF67E.


Background Color

.myBgColor { background-color: #CCF67E; }

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

This div background color is #CCF67E.


Border color

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

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

This div border color is #CCF67E.


Opacity

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

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

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

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

This text has shadow with #CCF67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCF67E on black background.


Color preview on white background

This text has color #CCF67E on white background.



Black color preview on #CCF67E background

This text has black color on #CCF67E background.


White color preview on #CCF67E background

This text has white color on #CCF67E background.