COLOR #CCFAB2

HEX: #CCFAB2 RGB: (204,250,178)

Color info

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

RGB color model

#CCFAB2 color RGB value is (204,250,178).

RGB: (204,250,178) (80%, 98%, 70%)

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 178 of 255 = 70%

204
250
178

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

Portions of RGB colors in percentages

R + G + B = 204 + 250 + 178 = 632 (100%)
R 204 of 632 ~ 32.28%
G 250 of 632 ~ 39.56%
B 178 of 632 ~ 28.16'%

%32.28
%39.56
%28.16

CMYK color model

#CCFAB2 color CMYK value is (18,0,29,2).

  • cyan value is 18.40%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 1.96%

CMYK: (18,0,29,2)
C18M0Y29K2 (18%, 0%, 29%, 2%)
(0.18 / 0.00 / 0.29 / 0.02)

CMYK percentages

%18.4
%0
%28.8
%1.96

Codes

Color #CCFAB2 in popluar color models

CC FA B2
RGB 204 250 178
HSL 98° 87.80% 83.92%
HSB/HSV 98° 28.80% 98.04%
CMYK 18.40% 0.00% 28.80%
1.96%

Color #CCFAB2 in popluar number systems.

HEX CC FA B2
Decimal 204 250 178
Binary 11001100 11111010 10110010
Octal 314 372 262

Shades and tints

Shades of #CCFAB2

#CCFAB2
(204,250,178)
#BAE4A2
(186,228,162)
#A8CE92
(168,206,146)
#96B882
(150,184,130)
#84A272
(132,162,114)
#728C62
(114,140,98)
#607652
(96,118,82)
#4E6042
(78,96,66)
#3C4A32
(60,74,50)
#2A3422
(42,52,34)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #CCFAB2

#CCFAB2
(204,250,178)
#D0FAB9
(208,250,185)
#D4FAC0
(212,250,192)
#D8FAC7
(216,250,199)
#DCFACE
(220,250,206)
#E0FAD5
(224,250,213)
#E4FADC
(228,250,220)
#E8FAE3
(232,250,227)
#ECFAEA
(236,250,234)
#F0FAF1
(240,250,241)
#F4FAF8
(244,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFAB2 color. Also use rgb(204,250,178) instead hex code.

Text Font Color

.myTextColor { color: #CCFAB2; }

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

This text font color is #CCFAB2.

Background Color

.myBgColor { background-color: #CCFAB2; }

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

This div background color is #CCFAB2.

Border color

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

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

This div border color is #CCFAB2.

Opacity

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

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

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

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

This text has shadow with #CCFAB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFAB2.

Preview

Color preview on black background

This text has color #CCFAB2 on black background.


Color preview on white background

This text has color #CCFAB2 on white background.


Black color preview on #CCFAB2 background

This text has black color on #CCFAB2 background.


White color preview on #CCFAB2 background

This text has white color on #CCFAB2 background.


Related colors

Complementary color

Complementary color for #hex is #33054D.


I love getcolorcode.com

Triadic colors

1 #B2CCFA and #FAB2CC with #CCFAB2 are triadic colors.

2 #B2FACC and #FACCB2 with #CCFAB2 are triadic colors.