COLOR #C6DFC2

HEX: #C6DFC2 RGB: (198,223,194)

Color info

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

RGB color model

#C6DFC2 color RGB value is (198,223,194).

RGB: (198,223,194) (78%, 87%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 223 of 255 = 87%
B 194 of 255 = 76%

198
223
194

R + G + B ~ 80%. #C6DFC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 223 + 194 = 615 (100%)
R 198 of 615 ~ 32.2%
G 223 of 615 ~ 36.26%
B 194 of 615 ~ 31.54'%

%32.2
%36.26
%31.54

CMYK color model

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

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

CMYK: (11,0,13,13)
C11M0Y13K13 (11%, 0%, 13%, 13%)
(0.11 / 0.00 / 0.13 / 0.13)

CMYK percentages

%11.21
%0
%13
%12.55

Codes

Color #C6DFC2 in popluar color models

C6 DF C2
RGB 198 223 194
HSL 112° 31.18% 81.76%
HSB/HSV 112° 13.00% 87.45%
CMYK 11.21% 0.00% 13.00%
12.55%

Color #C6DFC2 in popluar number systems.

HEX C6 DF C2
Decimal 198 223 194
Binary 11000110 11011111 11000010
Octal 306 337 302

Shades and tints

Shades of #C6DFC2

#C6DFC2
(198,223,194)
#B4CBB1
(180,203,177)
#A2B7A0
(162,183,160)
#90A38F
(144,163,143)
#7E8F7E
(126,143,126)
#6C7B6D
(108,123,109)
#5A675C
(90,103,92)
#48534B
(72,83,75)
#363F3A
(54,63,58)
#242B29
(36,43,41)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6DFC2

#C6DFC2
(198,223,194)
#CBE1C7
(203,225,199)
#D0E3CC
(208,227,204)
#D5E5D1
(213,229,209)
#DAE7D6
(218,231,214)
#DFE9DB
(223,233,219)
#E4EBE0
(228,235,224)
#E9EDE5
(233,237,229)
#EEEFEA
(238,239,234)
#F3F1EF
(243,241,239)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DFC2; }

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

This text font color is #C6DFC2.

Background Color

.myBgColor { background-color: #C6DFC2; }

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

This div background color is #C6DFC2.

Border color

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

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

This div border color is #C6DFC2.

Opacity

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

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

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

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

This text has shadow with #C6DFC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DFC2.

Preview

Color preview on black background

This text has color #C6DFC2 on black background.


Color preview on white background

This text has color #C6DFC2 on white background.


Black color preview on #C6DFC2 background

This text has black color on #C6DFC2 background.


White color preview on #C6DFC2 background

This text has white color on #C6DFC2 background.


Related colors

Complementary color

Complementary color for #hex is #39203D.


I love getcolorcode.com

Triadic colors

1 #C2C6DF and #DFC2C6 with #C6DFC2 are triadic colors.

2 #C2DFC6 and #DFC6C2 with #C6DFC2 are triadic colors.