COLOR #CCF6B9

HEX: #CCF6B9 RGB: (204,246,185)

Color info

#CCF6B9 contains mainly red and green colors. Web safe color of #CCF6B9 is #CCFFCC (or #CFC).

RGB color model

#CCF6B9 color RGB value is (204,246,185).

RGB: (204,246,185) (80%, 96%, 73%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 185 of 255 = 73%

204
246
185

R + G + B ~ 83%. #CCF6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 246 + 185 = 635 (100%)
R 204 of 635 ~ 32.13%
G 246 of 635 ~ 38.74%
B 185 of 635 ~ 29.13'%

%32.13
%38.74
%29.13

CMYK color model

#CCF6B9 color CMYK value is (17,0,25,4).

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

CMYK: (17,0,25,4)
C17M0Y25K4 (17%, 0%, 25%, 4%)
(0.17 / 0.00 / 0.25 / 0.04)

CMYK percentages

%17.07
%0
%24.8
%3.53

Codes

Color #CCF6B9 in popluar color models

CC F6 B9
RGB 204 246 185
HSL 101° 77.22% 84.51%
HSB/HSV 101° 24.80% 96.47%
CMYK 17.07% 0.00% 24.80%
3.53%

Color #CCF6B9 in popluar number systems.

HEX CC F6 B9
Decimal 204 246 185
Binary 11001100 11110110 10111001
Octal 314 366 271

Shades and tints

Shades of #CCF6B9

#CCF6B9
(204,246,185)
#BAE0A9
(186,224,169)
#A8CA99
(168,202,153)
#96B489
(150,180,137)
#849E79
(132,158,121)
#728869
(114,136,105)
#607259
(96,114,89)
#4E5C49
(78,92,73)
#3C4639
(60,70,57)
#2A3029
(42,48,41)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #CCF6B9

#CCF6B9
(204,246,185)
#D0F6BF
(208,246,191)
#D4F6C5
(212,246,197)
#D8F6CB
(216,246,203)
#DCF6D1
(220,246,209)
#E0F6D7
(224,246,215)
#E4F6DD
(228,246,221)
#E8F6E3
(232,246,227)
#ECF6E9
(236,246,233)
#F0F6EF
(240,246,239)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF6B9; }

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

This text font color is #CCF6B9.

Background Color

.myBgColor { background-color: #CCF6B9; }

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

This div background color is #CCF6B9.

Border color

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

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

This div border color is #CCF6B9.

Opacity

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

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

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

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

This text has shadow with #CCF6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF6B9.

Preview

Color preview on black background

This text has color #CCF6B9 on black background.


Color preview on white background

This text has color #CCF6B9 on white background.


Black color preview on #CCF6B9 background

This text has black color on #CCF6B9 background.


White color preview on #CCF6B9 background

This text has white color on #CCF6B9 background.


Related colors

Complementary color

Complementary color for #hex is #330946.


I love getcolorcode.com

Triadic colors

1 #B9CCF6 and #F6B9CC with #CCF6B9 are triadic colors.

2 #B9F6CC and #F6CCB9 with #CCF6B9 are triadic colors.