COLOR #CCF6A8

HEX: #CCF6A8 RGB: (204,246,168)

Color info

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

RGB color model

#CCF6A8 color RGB value is (204,246,168).

RGB: (204,246,168) (80%, 96%, 66%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 168 of 255 = 66%

204
246
168

R + G + B ~ 81%. #CCF6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 246 + 168 = 618 (100%)
R 204 of 618 ~ 33.01%
G 246 of 618 ~ 39.81%
B 168 of 618 ~ 27.18'%

%33.01
%39.81
%27.18

CMYK color model

#CCF6A8 color CMYK value is (17,0,32,4).

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

CMYK: (17,0,32,4)
C17M0Y32K4 (17%, 0%, 32%, 4%)
(0.17 / 0.00 / 0.32 / 0.04)

CMYK percentages

%17.07
%0
%31.71
%3.53

Codes

Color #CCF6A8 in popluar color models

CC F6 A8
RGB 204 246 168
HSL 92° 81.25% 81.18%
HSB/HSV 92° 31.71% 96.47%
CMYK 17.07% 0.00% 31.71%
3.53%

Color #CCF6A8 in popluar number systems.

HEX CC F6 A8
Decimal 204 246 168
Binary 11001100 11110110 10101000
Octal 314 366 250

Shades and tints

Shades of #CCF6A8

#CCF6A8
(204,246,168)
#BAE099
(186,224,153)
#A8CA8A
(168,202,138)
#96B47B
(150,180,123)
#849E6C
(132,158,108)
#72885D
(114,136,93)
#60724E
(96,114,78)
#4E5C3F
(78,92,63)
#3C4630
(60,70,48)
#2A3021
(42,48,33)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #CCF6A8

#CCF6A8
(204,246,168)
#D0F6AF
(208,246,175)
#D4F6B6
(212,246,182)
#D8F6BD
(216,246,189)
#DCF6C4
(220,246,196)
#E0F6CB
(224,246,203)
#E4F6D2
(228,246,210)
#E8F6D9
(232,246,217)
#ECF6E0
(236,246,224)
#F0F6E7
(240,246,231)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF6A8; }

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

This text font color is #CCF6A8.

Background Color

.myBgColor { background-color: #CCF6A8; }

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

This div background color is #CCF6A8.

Border color

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

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

This div border color is #CCF6A8.

Opacity

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

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

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

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

This text has shadow with #CCF6A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF6A8.

Preview

Color preview on black background

This text has color #CCF6A8 on black background.


Color preview on white background

This text has color #CCF6A8 on white background.


Black color preview on #CCF6A8 background

This text has black color on #CCF6A8 background.


White color preview on #CCF6A8 background

This text has white color on #CCF6A8 background.


Related colors

Complementary color

Complementary color for #hex is #330957.


I love getcolorcode.com

Triadic colors

1 #A8CCF6 and #F6A8CC with #CCF6A8 are triadic colors.

2 #A8F6CC and #F6CCA8 with #CCF6A8 are triadic colors.