COLOR #C6DFC5

HEX: #C6DFC5
RGB: (198,223,197)

Color info

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

RGB color model

#C6DFC5 color RGB value is (198,223,197).

  • red value is 198;
  • green value is 223;
  • blue value is 197.
RGB:
(198,223,197)
(78%,87%,77%)

RGB channels and saturation

R 198 of 255 = 78%
G 223 of 255 = 87%
B 197 of 255 = 77%

198
223
197

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

Portions of RGB colors in percentages

R + G + B =
198 + 223 + 197 = 618 (100%)
R 198 of 618 ~ 32.04%
G 223 of 618 ~ 36.08%
B 197 of 618 ~ 31.88%

%32.04
%36.08
%31.88

CMYK color model

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

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 12.55%
CMYK:
(11,0,12,13)
C11M0Y12K13 
(11%,0%,12%,13%)
(0.11/0.00/0.12/0.13)	

CMYK percentages

%11.21
%0
%11.66
%12.55

Codes

Color #C6DFC5 in popluar color models

C6DFC5
RGB198223197
HSL118°28.89%82.35%
HSB/HSV118°11.66%87.45%
CMYK11.21%0.00%11.66%
12.55%

Color #C6DFC5 in popluar number systems.

HEXC6DFC5
Decimal198223197
Binary110001101101111111000101
Octal306337305

Shades and tints

Shades of #C6DFC5

#C6DFC5
(198,223,197)
#B4CBB4
(180,203,180)
#A2B7A3
(162,183,163)
#90A392
(144,163,146)
#7E8F81
(126,143,129)
#6C7B70
(108,123,112)
#5A675F
(90,103,95)
#48534E
(72,83,78)
#363F3D
(54,63,61)
#242B2C
(36,43,44)
#12171B
(18,23,27)
#000000
(0,0,0)

Tints of #C6DFC5

#C6DFC5
(198,223,197)
#CBE1CA
(203,225,202)
#D0E3CF
(208,227,207)
#D5E5D4
(213,229,212)
#DAE7D9
(218,231,217)
#DFE9DE
(223,233,222)
#E4EBE3
(228,235,227)
#E9EDE8
(233,237,232)
#EEEFED
(238,239,237)
#F3F1F2
(243,241,242)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DFC5; }

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

This text font color is #C6DFC5.


Background Color

.myBgColor { background-color: #C6DFC5; }

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

This div background color is #C6DFC5.


Border color

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

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

This div border color is #C6DFC5.


Opacity

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

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

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

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

This text has shadow with #C6DFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DFC5 on black background.


Color preview on white background

This text has color #C6DFC5 on white background.



Black color preview on #C6DFC5 background

This text has black color on #C6DFC5 background.


White color preview on #C6DFC5 background

This text has white color on #C6DFC5 background.