COLOR #CCFBB8

HEX: #CCFBB8 RGB: (204,251,184)

Color info

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

RGB color model

#CCFBB8 color RGB value is (204,251,184).

RGB: (204,251,184) (80%, 98%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 251 of 255 = 98%
B 184 of 255 = 72%

204
251
184

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

Portions of RGB colors in percentages

R + G + B = 204 + 251 + 184 = 639 (100%)
R 204 of 639 ~ 31.92%
G 251 of 639 ~ 39.28%
B 184 of 639 ~ 28.79'%

%31.92
%39.28
%28.79

CMYK color model

#CCFBB8 color CMYK value is (19,0,27,2).

  • cyan value is 18.73%
  • magenta value is 0.00%
  • yellow value is 26.69%
  • key color value is 1.57%

CMYK: (19,0,27,2)
C19M0Y27K2 (19%, 0%, 27%, 2%)
(0.19 / 0.00 / 0.27 / 0.02)

CMYK percentages

%18.73
%0
%26.69
%1.57

Codes

Color #CCFBB8 in popluar color models

CC FB B8
RGB 204 251 184
HSL 102° 89.33% 85.29%
HSB/HSV 102° 26.69% 98.43%
CMYK 18.73% 0.00% 26.69%
1.57%

Color #CCFBB8 in popluar number systems.

HEX CC FB B8
Decimal 204 251 184
Binary 11001100 11111011 10111000
Octal 314 373 270

Shades and tints

Shades of #CCFBB8

#CCFBB8
(204,251,184)
#BAE5A8
(186,229,168)
#A8CF98
(168,207,152)
#96B988
(150,185,136)
#84A378
(132,163,120)
#728D68
(114,141,104)
#607758
(96,119,88)
#4E6148
(78,97,72)
#3C4B38
(60,75,56)
#2A3528
(42,53,40)
#181F18
(24,31,24)
#000000
(0,0,0)

Tints of #CCFBB8

#CCFBB8
(204,251,184)
#D0FBBE
(208,251,190)
#D4FBC4
(212,251,196)
#D8FBCA
(216,251,202)
#DCFBD0
(220,251,208)
#E0FBD6
(224,251,214)
#E4FBDC
(228,251,220)
#E8FBE2
(232,251,226)
#ECFBE8
(236,251,232)
#F0FBEE
(240,251,238)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCFBB8 color. Also use rgb(204,251,184) instead hex code.

Text Font Color

.myTextColor { color: #CCFBB8; }

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

This text font color is #CCFBB8.

Background Color

.myBgColor { background-color: #CCFBB8; }

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

This div background color is #CCFBB8.

Border color

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

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

This div border color is #CCFBB8.

Opacity

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

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

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

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

This text has shadow with #CCFBB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFBB8.

Preview

Color preview on black background

This text has color #CCFBB8 on black background.


Color preview on white background

This text has color #CCFBB8 on white background.


Black color preview on #CCFBB8 background

This text has black color on #CCFBB8 background.


White color preview on #CCFBB8 background

This text has white color on #CCFBB8 background.


Related colors

Complementary color

Complementary color for #hex is #330447.


I love getcolorcode.com

Triadic colors

1 #B8CCFB and #FBB8CC with #CCFBB8 are triadic colors.

2 #B8FBCC and #FBCCB8 with #CCFBB8 are triadic colors.