COLOR #C6EDE4

HEX: #C6EDE4
RGB: (198,237,228)

Color info

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

RGB color model

#C6EDE4 color RGB value is (198,237,228).

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

RGB channels and saturation

R 198 of 255 = 78%
G 237 of 255 = 93%
B 228 of 255 = 89%

198
237
228

R + G + B ~ 87%. #C6EDE4 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 237 + 228 = 663 (100%)
R 198 of 663 ~ 29.86%
G 237 of 663 ~ 35.75%
B 228 of 663 ~ 34.39%

%29.86
%35.75
%34.39

CMYK color model

#C6EDE4 color CMYK value is (16,0,4,7).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 7.06%
CMYK:
(16,0,4,7)
C16M0Y4K7 
(16%,0%,4%,7%)
(0.16/0.00/0.04/0.07)	

CMYK percentages

%16.46
%0
%3.8
%7.06

Codes

Color #C6EDE4 in popluar color models

C6EDE4
RGB198237228
HSL166°52.00%85.29%
HSB/HSV166°16.46%92.94%
CMYK16.46%0.00%3.80%
7.06%

Color #C6EDE4 in popluar number systems.

HEXC6EDE4
Decimal198237228
Binary110001101110110111100100
Octal306355344

Shades and tints

Shades of #C6EDE4

#C6EDE4
(198,237,228)
#B4D8D0
(180,216,208)
#A2C3BC
(162,195,188)
#90AEA8
(144,174,168)
#7E9994
(126,153,148)
#6C8480
(108,132,128)
#5A6F6C
(90,111,108)
#485A58
(72,90,88)
#364544
(54,69,68)
#243030
(36,48,48)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #C6EDE4

#C6EDE4
(198,237,228)
#CBEEE6
(203,238,230)
#D0EFE8
(208,239,232)
#D5F0EA
(213,240,234)
#DAF1EC
(218,241,236)
#DFF2EE
(223,242,238)
#E4F3F0
(228,243,240)
#E9F4F2
(233,244,242)
#EEF5F4
(238,245,244)
#F3F6F6
(243,246,246)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EDE4; }

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

This text font color is #C6EDE4.


Background Color

.myBgColor { background-color: #C6EDE4; }

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

This div background color is #C6EDE4.


Border color

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

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

This div border color is #C6EDE4.


Opacity

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

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

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

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

This text has shadow with #C6EDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EDE4 on black background.


Color preview on white background

This text has color #C6EDE4 on white background.



Black color preview on #C6EDE4 background

This text has black color on #C6EDE4 background.


White color preview on #C6EDE4 background

This text has white color on #C6EDE4 background.