COLOR #C6E3D0

HEX: #C6E3D0
RGB: (198,227,208)

Color info

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

RGB color model

#C6E3D0 color RGB value is (198,227,208).

  • red value is 198;
  • green value is 227;
  • blue value is 208.
RGB:
(198,227,208)
(78%,89%,82%)

RGB channels and saturation

R 198 of 255 = 78%
G 227 of 255 = 89%
B 208 of 255 = 82%

198
227
208

R + G + B ~ 83%. #C6E3D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 227 + 208 = 633 (100%)
R 198 of 633 ~ 31.28%
G 227 of 633 ~ 35.86%
B 208 of 633 ~ 32.86%

%31.28
%35.86
%32.86

CMYK color model

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

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK:
(13,0,8,11)
C13M0Y8K11 
(13%,0%,8%,11%)
(0.13/0.00/0.08/0.11)	

CMYK percentages

%12.78
%0
%8.37
%10.98

Codes

Color #C6E3D0 in popluar color models

C6E3D0
RGB198227208
HSL141°34.12%83.33%
HSB/HSV141°12.78%89.02%
CMYK12.78%0.00%8.37%
10.98%

Color #C6E3D0 in popluar number systems.

HEXC6E3D0
Decimal198227208
Binary110001101110001111010000
Octal306343320

Shades and tints

Shades of #C6E3D0

#C6E3D0
(198,227,208)
#B4CFBE
(180,207,190)
#A2BBAC
(162,187,172)
#90A79A
(144,167,154)
#7E9388
(126,147,136)
#6C7F76
(108,127,118)
#5A6B64
(90,107,100)
#485752
(72,87,82)
#364340
(54,67,64)
#242F2E
(36,47,46)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #C6E3D0

#C6E3D0
(198,227,208)
#CBE5D4
(203,229,212)
#D0E7D8
(208,231,216)
#D5E9DC
(213,233,220)
#DAEBE0
(218,235,224)
#DFEDE4
(223,237,228)
#E4EFE8
(228,239,232)
#E9F1EC
(233,241,236)
#EEF3F0
(238,243,240)
#F3F5F4
(243,245,244)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E3D0 color. Also use rgb(198,227,208) instead hex code.

Text Font Color

.myTextColor { color: #C6E3D0; }

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

This text font color is #C6E3D0.


Background Color

.myBgColor { background-color: #C6E3D0; }

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

This div background color is #C6E3D0.


Border color

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

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

This div border color is #C6E3D0.


Opacity

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

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

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

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

This text has shadow with #C6E3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E3D0 on black background.


Color preview on white background

This text has color #C6E3D0 on white background.



Black color preview on #C6E3D0 background

This text has black color on #C6E3D0 background.


White color preview on #C6E3D0 background

This text has white color on #C6E3D0 background.