COLOR #CCF686

HEX: #CCF686 RGB: (204,246,134)

Color info

#CCF686 contains mainly red and green colors. Web safe color of #CCF686 is #CCFF99 (or #CF9).

RGB color model

#CCF686 color RGB value is (204,246,134).

RGB: (204,246,134) (80%, 96%, 53%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 134 of 255 = 53%

204
246
134

R + G + B ~ 76%. #CCF686 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 246 + 134 = 584 (100%)
R 204 of 584 ~ 34.93%
G 246 of 584 ~ 42.12%
B 134 of 584 ~ 22.95'%

%34.93
%42.12
%22.95

CMYK color model

#CCF686 color CMYK value is (17,0,46,4).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 45.53%
  • key color value is 3.53%

CMYK: (17,0,46,4)
C17M0Y46K4 (17%, 0%, 46%, 4%)
(0.17 / 0.00 / 0.46 / 0.04)

CMYK percentages

%17.07
%0
%45.53
%3.53

Codes

Color #CCF686 in popluar color models

CC F6 86
RGB 204 246 134
HSL 83° 86.15% 74.51%
HSB/HSV 83° 45.53% 96.47%
CMYK 17.07% 0.00% 45.53%
3.53%

Color #CCF686 in popluar number systems.

HEX CC F6 86
Decimal 204 246 134
Binary 11001100 11110110 10000110
Octal 314 366 206

Shades and tints

Shades of #CCF686

#CCF686
(204,246,134)
#BAE07A
(186,224,122)
#A8CA6E
(168,202,110)
#96B462
(150,180,98)
#849E56
(132,158,86)
#72884A
(114,136,74)
#60723E
(96,114,62)
#4E5C32
(78,92,50)
#3C4626
(60,70,38)
#2A301A
(42,48,26)
#181A0E
(24,26,14)
#000000
(0,0,0)

Tints of #CCF686

#CCF686
(204,246,134)
#D0F691
(208,246,145)
#D4F69C
(212,246,156)
#D8F6A7
(216,246,167)
#DCF6B2
(220,246,178)
#E0F6BD
(224,246,189)
#E4F6C8
(228,246,200)
#E8F6D3
(232,246,211)
#ECF6DE
(236,246,222)
#F0F6E9
(240,246,233)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF686; }

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

This text font color is #CCF686.

Background Color

.myBgColor { background-color: #CCF686; }

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

This div background color is #CCF686.

Border color

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

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

This div border color is #CCF686.

Opacity

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

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

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

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

This text has shadow with #CCF686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF686.

Preview

Color preview on black background

This text has color #CCF686 on black background.


Color preview on white background

This text has color #CCF686 on white background.


Black color preview on #CCF686 background

This text has black color on #CCF686 background.


White color preview on #CCF686 background

This text has white color on #CCF686 background.


Related colors

Complementary color

Complementary color for #hex is #330979.


I love getcolorcode.com

Triadic colors

1 #86CCF6 and #F686CC with #CCF686 are triadic colors.

2 #86F6CC and #F6CC86 with #CCF686 are triadic colors.