COLOR #C6FFCC

HEX: #C6FFCC RGB: (198,255,204)

Color info

#C6FFCC contains red, green and blue colors in about the same proportion. Web safe color of #C6FFCC is #CCFFCC (or #CFC).

RGB color model

#C6FFCC color RGB value is (198,255,204).

RGB: (198,255,204) (78%, 100%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 255 of 255 = 100%
B 204 of 255 = 80%

198
255
204

R + G + B ~ 86%. #C6FFCC is light color.

Portions of RGB colors in percentages

R + G + B = 198 + 255 + 204 = 657 (100%)
R 198 of 657 ~ 30.14%
G 255 of 657 ~ 38.81%
B 204 of 657 ~ 31.05'%

%30.14
%38.81
%31.05

CMYK color model

#C6FFCC color CMYK value is (22,0,20,0).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 0.00%
CMYK: (22,0,20,0) C22M0Y20K0 (22%,0%,20%,0%) (0.22/0.00/0.20/0.00) 

CMYK percentages

%22.35
%0
%20
%0

Codes

Color #C6FFCC in popluar color models

C6 FF CC
RGB 198 255 204
HSL 126° 100.00% 88.82%
HSB/HSV 126° 22.35% 100.00%
CMYK 22.35% 0.00% 20.00%
0.00%

Color #C6FFCC in popluar number systems.

HEX C6 FF CC
Decimal 198 255 204
Binary 11000110 11111111 11001100
Octal 306 377 314

Shades and tints

Shades of #C6FFCC

#C6FFCC
(198,255,204)
#B4E8BA
(180,232,186)
#A2D1A8
(162,209,168)
#90BA96
(144,186,150)
#7EA384
(126,163,132)
#6C8C72
(108,140,114)
#5A7560
(90,117,96)
#485E4E
(72,94,78)
#36473C
(54,71,60)
#24302A
(36,48,42)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6FFCC

#C6FFCC
(198,255,204)
#CBFFD0
(203,255,208)
#D0FFD4
(208,255,212)
#D5FFD8
(213,255,216)
#DAFFDC
(218,255,220)
#DFFFE0
(223,255,224)
#E4FFE4
(228,255,228)
#E9FFE8
(233,255,232)
#EEFFEC
(238,255,236)
#F3FFF0
(243,255,240)
#F8FFF4
(248,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6FFCC; }

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

This text font color is #C6FFCC.

Background Color

.myBgColor { background-color: #C6FFCC; }

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

This div background color is #C6FFCC.

Border color

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

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

This div border color is #C6FFCC.

Opacity

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

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

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

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

This text has shadow with #C6FFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6FFCC.

Preview

Color preview on black background

This text has color #C6FFCC on black background.


Color preview on white background

This text has color #C6FFCC on white background.


Black color preview on #C6FFCC background

This text has black color on #C6FFCC background.


White color preview on #C6FFCC background

This text has white color on #C6FFCC background.


Related colors

Complementary color

Complementary color for #hex is #390033.


I love getcolorcode.com

Triadic colors

1 #CCC6FF and #FFCCC6 with #C6FFCC are triadic colors.

2 #CCFFC6 and #FFC6CC with #C6FFCC are triadic colors.