COLOR #CCF6B6

HEX: #CCF6B6 RGB: (204,246,182)

Color info

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

RGB color model

#CCF6B6 color RGB value is (204,246,182).

RGB: (204,246,182) (80%, 96%, 71%)

RGB channels and saturation

R 204 of 255 = 80%
G 246 of 255 = 96%
B 182 of 255 = 71%

204
246
182

R + G + B ~ 82%. #CCF6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 246 + 182 = 632 (100%)
R 204 of 632 ~ 32.28%
G 246 of 632 ~ 38.92%
B 182 of 632 ~ 28.8'%

%32.28
%38.92
%28.8

CMYK color model

#CCF6B6 color CMYK value is (17,0,26,4).

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

CMYK: (17,0,26,4)
C17M0Y26K4 (17%, 0%, 26%, 4%)
(0.17 / 0.00 / 0.26 / 0.04)

CMYK percentages

%17.07
%0
%26.02
%3.53

Codes

Color #CCF6B6 in popluar color models

CC F6 B6
RGB 204 246 182
HSL 99° 78.05% 83.92%
HSB/HSV 99° 26.02% 96.47%
CMYK 17.07% 0.00% 26.02%
3.53%

Color #CCF6B6 in popluar number systems.

HEX CC F6 B6
Decimal 204 246 182
Binary 11001100 11110110 10110110
Octal 314 366 266

Shades and tints

Shades of #CCF6B6

#CCF6B6
(204,246,182)
#BAE0A6
(186,224,166)
#A8CA96
(168,202,150)
#96B486
(150,180,134)
#849E76
(132,158,118)
#728866
(114,136,102)
#607256
(96,114,86)
#4E5C46
(78,92,70)
#3C4636
(60,70,54)
#2A3026
(42,48,38)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #CCF6B6

#CCF6B6
(204,246,182)
#D0F6BC
(208,246,188)
#D4F6C2
(212,246,194)
#D8F6C8
(216,246,200)
#DCF6CE
(220,246,206)
#E0F6D4
(224,246,212)
#E4F6DA
(228,246,218)
#E8F6E0
(232,246,224)
#ECF6E6
(236,246,230)
#F0F6EC
(240,246,236)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCF6B6; }

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

This text font color is #CCF6B6.

Background Color

.myBgColor { background-color: #CCF6B6; }

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

This div background color is #CCF6B6.

Border color

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

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

This div border color is #CCF6B6.

Opacity

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

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

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

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

This text has shadow with #CCF6B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCF6B6.

Preview

Color preview on black background

This text has color #CCF6B6 on black background.


Color preview on white background

This text has color #CCF6B6 on white background.


Black color preview on #CCF6B6 background

This text has black color on #CCF6B6 background.


White color preview on #CCF6B6 background

This text has white color on #CCF6B6 background.


Related colors

Complementary color

Complementary color for #hex is #330949.


I love getcolorcode.com

Triadic colors

1 #B6CCF6 and #F6B6CC with #CCF6B6 are triadic colors.

2 #B6F6CC and #F6CCB6 with #CCF6B6 are triadic colors.