COLOR #C6E4D5

HEX: #C6E4D5
RGB: (198,228,213)

Color info

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

RGB color model

#C6E4D5 color RGB value is (198,228,213).

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

RGB channels and saturation

R 198 of 255 = 78%
G 228 of 255 = 89%
B 213 of 255 = 84%

198
228
213

R + G + B ~ 84%. #C6E4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 228 + 213 = 639 (100%)
R 198 of 639 ~ 30.99%
G 228 of 639 ~ 35.68%
B 213 of 639 ~ 33.33%

%30.99
%35.68
%33.33

CMYK color model

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

  • cyan value is 13.16%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 10.59%
CMYK:
(13,0,7,11)
C13M0Y7K11 
(13%,0%,7%,11%)
(0.13/0.00/0.07/0.11)	

CMYK percentages

%13.16
%0
%6.58
%10.59

Codes

Color #C6E4D5 in popluar color models

C6E4D5
RGB198228213
HSL150°35.71%83.53%
HSB/HSV150°13.16%89.41%
CMYK13.16%0.00%6.58%
10.59%

Color #C6E4D5 in popluar number systems.

HEXC6E4D5
Decimal198228213
Binary110001101110010011010101
Octal306344325

Shades and tints

Shades of #C6E4D5

#C6E4D5
(198,228,213)
#B4D0C2
(180,208,194)
#A2BCAF
(162,188,175)
#90A89C
(144,168,156)
#7E9489
(126,148,137)
#6C8076
(108,128,118)
#5A6C63
(90,108,99)
#485850
(72,88,80)
#36443D
(54,68,61)
#24302A
(36,48,42)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #C6E4D5

#C6E4D5
(198,228,213)
#CBE6D8
(203,230,216)
#D0E8DB
(208,232,219)
#D5EADE
(213,234,222)
#DAECE1
(218,236,225)
#DFEEE4
(223,238,228)
#E4F0E7
(228,240,231)
#E9F2EA
(233,242,234)
#EEF4ED
(238,244,237)
#F3F6F0
(243,246,240)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E4D5; }

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

This text font color is #C6E4D5.


Background Color

.myBgColor { background-color: #C6E4D5; }

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

This div background color is #C6E4D5.


Border color

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

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

This div border color is #C6E4D5.


Opacity

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

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

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

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

This text has shadow with #C6E4D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E4D5 on black background.


Color preview on white background

This text has color #C6E4D5 on white background.



Black color preview on #C6E4D5 background

This text has black color on #C6E4D5 background.


White color preview on #C6E4D5 background

This text has white color on #C6E4D5 background.