COLOR #C6F4D5

HEX: #C6F4D5
RGB: (198,244,213)

Color info

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

RGB color model

#C6F4D5 color RGB value is (198,244,213).

  • red value is 198;
  • green value is 244;
  • blue value is 213.
RGB:
(198,244,213)
(78%,96%,84%)

RGB channels and saturation

R 198 of 255 = 78%
G 244 of 255 = 96%
B 213 of 255 = 84%

198
244
213

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

Portions of RGB colors in percentages

R + G + B =
198 + 244 + 213 = 655 (100%)
R 198 of 655 ~ 30.23%
G 244 of 655 ~ 37.25%
B 213 of 655 ~ 32.52%

%30.23
%37.25
%32.52

CMYK color model

#C6F4D5 color CMYK value is (19,0,13,4).

  • cyan value is 18.85%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 4.31%
CMYK:
(19,0,13,4)
C19M0Y13K4 
(19%,0%,13%,4%)
(0.19/0.00/0.13/0.04)	

CMYK percentages

%18.85
%0
%12.7
%4.31

Codes

Color #C6F4D5 in popluar color models

C6F4D5
RGB198244213
HSL140°67.65%86.67%
HSB/HSV140°18.85%95.69%
CMYK18.85%0.00%12.70%
4.31%

Color #C6F4D5 in popluar number systems.

HEXC6F4D5
Decimal198244213
Binary110001101111010011010101
Octal306364325

Shades and tints

Shades of #C6F4D5

#C6F4D5
(198,244,213)
#B4DEC2
(180,222,194)
#A2C8AF
(162,200,175)
#90B29C
(144,178,156)
#7E9C89
(126,156,137)
#6C8676
(108,134,118)
#5A7063
(90,112,99)
#485A50
(72,90,80)
#36443D
(54,68,61)
#242E2A
(36,46,42)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6F4D5

#C6F4D5
(198,244,213)
#CBF5D8
(203,245,216)
#D0F6DB
(208,246,219)
#D5F7DE
(213,247,222)
#DAF8E1
(218,248,225)
#DFF9E4
(223,249,228)
#E4FAE7
(228,250,231)
#E9FBEA
(233,251,234)
#EEFCED
(238,252,237)
#F3FDF0
(243,253,240)
#F8FEF3
(248,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F4D5 color. Also use rgb(198,244,213) instead hex code.

Text Font Color

.myTextColor { color: #C6F4D5; }

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

This text font color is #C6F4D5.


Background Color

.myBgColor { background-color: #C6F4D5; }

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

This div background color is #C6F4D5.


Border color

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

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

This div border color is #C6F4D5.


Opacity

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

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

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

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

This text has shadow with #C6F4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F4D5 on black background.


Color preview on white background

This text has color #C6F4D5 on white background.



Black color preview on #C6F4D5 background

This text has black color on #C6F4D5 background.


White color preview on #C6F4D5 background

This text has white color on #C6F4D5 background.