COLOR #CCFABD

HEX: #CCFABD RGB: (204,250,189)

Color info

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

RGB color model

#CCFABD color RGB value is (204,250,189).

RGB: (204,250,189) (80%, 98%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 250 of 255 = 98%
B 189 of 255 = 74%

204
250
189

R + G + B ~ 84%. #CCFABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 250 + 189 = 643 (100%)
R 204 of 643 ~ 31.73%
G 250 of 643 ~ 38.88%
B 189 of 643 ~ 29.39'%

%31.73
%38.88
%29.39

CMYK color model

#CCFABD color CMYK value is (18,0,24,2).

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

CMYK: (18,0,24,2)
C18M0Y24K2 (18%, 0%, 24%, 2%)
(0.18 / 0.00 / 0.24 / 0.02)

CMYK percentages

%18.4
%0
%24.4
%1.96

Codes

Color #CCFABD in popluar color models

CC FA BD
RGB 204 250 189
HSL 105° 85.92% 86.08%
HSB/HSV 105° 24.40% 98.04%
CMYK 18.40% 0.00% 24.40%
1.96%

Color #CCFABD in popluar number systems.

HEX CC FA BD
Decimal 204 250 189
Binary 11001100 11111010 10111101
Octal 314 372 275

Shades and tints

Shades of #CCFABD

#CCFABD
(204,250,189)
#BAE4AC
(186,228,172)
#A8CE9B
(168,206,155)
#96B88A
(150,184,138)
#84A279
(132,162,121)
#728C68
(114,140,104)
#607657
(96,118,87)
#4E6046
(78,96,70)
#3C4A35
(60,74,53)
#2A3424
(42,52,36)
#181E13
(24,30,19)
#000000
(0,0,0)

Tints of #CCFABD

#CCFABD
(204,250,189)
#D0FAC3
(208,250,195)
#D4FAC9
(212,250,201)
#D8FACF
(216,250,207)
#DCFAD5
(220,250,213)
#E0FADB
(224,250,219)
#E4FAE1
(228,250,225)
#E8FAE7
(232,250,231)
#ECFAED
(236,250,237)
#F0FAF3
(240,250,243)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFABD; }

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

This text font color is #CCFABD.

Background Color

.myBgColor { background-color: #CCFABD; }

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

This div background color is #CCFABD.

Border color

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

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

This div border color is #CCFABD.

Opacity

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

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

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

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

This text has shadow with #CCFABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFABD.

Preview

Color preview on black background

This text has color #CCFABD on black background.


Color preview on white background

This text has color #CCFABD on white background.


Black color preview on #CCFABD background

This text has black color on #CCFABD background.


White color preview on #CCFABD background

This text has white color on #CCFABD background.


Related colors

Complementary color

Complementary color for #hex is #330542.


I love getcolorcode.com

Triadic colors

1 #BDCCFA and #FABDCC with #CCFABD are triadic colors.

2 #BDFACC and #FACCBD with #CCFABD are triadic colors.