COLOR #CCFFBD

HEX: #CCFFBD RGB: (204,255,189)

Color info

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

RGB color model

#CCFFBD color RGB value is (204,255,189).

RGB: (204,255,189) (80%, 100%, 74%)

RGB channels and saturation

R 204 of 255 = 80%
G 255 of 255 = 100%
B 189 of 255 = 74%

204
255
189

R + G + B ~ 85%. #CCFFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 255 + 189 = 648 (100%)
R 204 of 648 ~ 31.48%
G 255 of 648 ~ 39.35%
B 189 of 648 ~ 29.17'%

%31.48
%39.35
%29.17

CMYK color model

#CCFFBD color CMYK value is (20,0,26,0).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 0.00%

CMYK: (20,0,26,0)
C20M0Y26K0 (20%, 0%, 26%, 0%)
(0.20 / 0.00 / 0.26 / 0.00)

CMYK percentages

%20
%0
%25.88
%0

Codes

Color #CCFFBD in popluar color models

CC FF BD
RGB 204 255 189
HSL 106° 100.00% 87.06%
HSB/HSV 106° 25.88% 100.00%
CMYK 20.00% 0.00% 25.88%
0.00%

Color #CCFFBD in popluar number systems.

HEX CC FF BD
Decimal 204 255 189
Binary 11001100 11111111 10111101
Octal 314 377 275

Shades and tints

Shades of #CCFFBD

#CCFFBD
(204,255,189)
#BAE8AC
(186,232,172)
#A8D19B
(168,209,155)
#96BA8A
(150,186,138)
#84A379
(132,163,121)
#728C68
(114,140,104)
#607557
(96,117,87)
#4E5E46
(78,94,70)
#3C4735
(60,71,53)
#2A3024
(42,48,36)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #CCFFBD

#CCFFBD
(204,255,189)
#D0FFC3
(208,255,195)
#D4FFC9
(212,255,201)
#D8FFCF
(216,255,207)
#DCFFD5
(220,255,213)
#E0FFDB
(224,255,219)
#E4FFE1
(228,255,225)
#E8FFE7
(232,255,231)
#ECFFED
(236,255,237)
#F0FFF3
(240,255,243)
#F4FFF9
(244,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCFFBD; }

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

This text font color is #CCFFBD.

Background Color

.myBgColor { background-color: #CCFFBD; }

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

This div background color is #CCFFBD.

Border color

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

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

This div border color is #CCFFBD.

Opacity

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

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

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

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

This text has shadow with #CCFFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCFFBD.

Preview

Color preview on black background

This text has color #CCFFBD on black background.


Color preview on white background

This text has color #CCFFBD on white background.


Black color preview on #CCFFBD background

This text has black color on #CCFFBD background.


White color preview on #CCFFBD background

This text has white color on #CCFFBD background.


Related colors

Complementary color

Complementary color for #hex is #330042.


I love getcolorcode.com

Triadic colors

1 #BDCCFF and #FFBDCC with #CCFFBD are triadic colors.

2 #BDFFCC and #FFCCBD with #CCFFBD are triadic colors.