COLOR #C6DFCA

HEX: #C6DFCA RGB: (198,223,202)

Color info

#C6DFCA contains red, green and blue colors in about the same proportion. Web safe color of #C6DFCA is #CCCCCC (or #CCC).

RGB color model

#C6DFCA color RGB value is (198,223,202).

RGB: (198,223,202) (78%, 87%, 79%)

RGB channels and saturation

R 198 of 255 = 78%
G 223 of 255 = 87%
B 202 of 255 = 79%

198
223
202

R + G + B ~ 81%. #C6DFCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 223 + 202 = 623 (100%)
R 198 of 623 ~ 31.78%
G 223 of 623 ~ 35.79%
B 202 of 623 ~ 32.42'%

%31.78
%35.79
%32.42

CMYK color model

#C6DFCA color CMYK value is (11,0,9,13).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 12.55%

CMYK: (11,0,9,13)
C11M0Y9K13 (11%, 0%, 9%, 13%)
(0.11 / 0.00 / 0.09 / 0.13)

CMYK percentages

%11.21
%0
%9.42
%12.55

Codes

Color #C6DFCA in popluar color models

C6 DF CA
RGB 198 223 202
HSL 130° 28.09% 82.55%
HSB/HSV 130° 11.21% 87.45%
CMYK 11.21% 0.00% 9.42%
12.55%

Color #C6DFCA in popluar number systems.

HEX C6 DF CA
Decimal 198 223 202
Binary 11000110 11011111 11001010
Octal 306 337 312

Shades and tints

Shades of #C6DFCA

#C6DFCA
(198,223,202)
#B4CBB8
(180,203,184)
#A2B7A6
(162,183,166)
#90A394
(144,163,148)
#7E8F82
(126,143,130)
#6C7B70
(108,123,112)
#5A675E
(90,103,94)
#48534C
(72,83,76)
#363F3A
(54,63,58)
#242B28
(36,43,40)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #C6DFCA

#C6DFCA
(198,223,202)
#CBE1CE
(203,225,206)
#D0E3D2
(208,227,210)
#D5E5D6
(213,229,214)
#DAE7DA
(218,231,218)
#DFE9DE
(223,233,222)
#E4EBE2
(228,235,226)
#E9EDE6
(233,237,230)
#EEEFEA
(238,239,234)
#F3F1EE
(243,241,238)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DFCA color. Also use rgb(198,223,202) instead hex code.

Text Font Color

.myTextColor { color: #C6DFCA; }

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

This text font color is #C6DFCA.

Background Color

.myBgColor { background-color: #C6DFCA; }

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

This div background color is #C6DFCA.

Border color

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

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

This div border color is #C6DFCA.

Opacity

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

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

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

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

This text has shadow with #C6DFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DFCA.

Preview

Color preview on black background

This text has color #C6DFCA on black background.


Color preview on white background

This text has color #C6DFCA on white background.


Black color preview on #C6DFCA background

This text has black color on #C6DFCA background.


White color preview on #C6DFCA background

This text has white color on #C6DFCA background.


Related colors

Complementary color

Complementary color for #hex is #392035.


I love getcolorcode.com

Triadic colors

1 #CAC6DF and #DFCAC6 with #C6DFCA are triadic colors.

2 #CADFC6 and #DFC6CA with #C6DFCA are triadic colors.