COLOR #C6E7E3

HEX: #C6E7E3
RGB: (198,231,227)

Color info

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

RGB color model

#C6E7E3 color RGB value is (198,231,227).

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

RGB channels and saturation

R 198 of 255 = 78%
G 231 of 255 = 91%
B 227 of 255 = 89%

198
231
227

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

Portions of RGB colors in percentages

R + G + B =
198 + 231 + 227 = 656 (100%)
R 198 of 656 ~ 30.18%
G 231 of 656 ~ 35.21%
B 227 of 656 ~ 34.6%

%30.18
%35.21
%34.6

CMYK color model

#C6E7E3 color CMYK value is (14,0,2,9).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 9.41%
CMYK:
(14,0,2,9)
C14M0Y2K9 
(14%,0%,2%,9%)
(0.14/0.00/0.02/0.09)	

CMYK percentages

%14.29
%0
%1.73
%9.41

Codes

Color #C6E7E3 in popluar color models

C6E7E3
RGB198231227
HSL173°40.74%84.12%
HSB/HSV173°14.29%90.59%
CMYK14.29%0.00%1.73%
9.41%

Color #C6E7E3 in popluar number systems.

HEXC6E7E3
Decimal198231227
Binary110001101110011111100011
Octal306347343

Shades and tints

Shades of #C6E7E3

#C6E7E3
(198,231,227)
#B4D2CF
(180,210,207)
#A2BDBB
(162,189,187)
#90A8A7
(144,168,167)
#7E9393
(126,147,147)
#6C7E7F
(108,126,127)
#5A696B
(90,105,107)
#485457
(72,84,87)
#363F43
(54,63,67)
#242A2F
(36,42,47)
#12151B
(18,21,27)
#000000
(0,0,0)

Tints of #C6E7E3

#C6E7E3
(198,231,227)
#CBE9E5
(203,233,229)
#D0EBE7
(208,235,231)
#D5EDE9
(213,237,233)
#DAEFEB
(218,239,235)
#DFF1ED
(223,241,237)
#E4F3EF
(228,243,239)
#E9F5F1
(233,245,241)
#EEF7F3
(238,247,243)
#F3F9F5
(243,249,245)
#F8FBF7
(248,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E7E3; }

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

This text font color is #C6E7E3.


Background Color

.myBgColor { background-color: #C6E7E3; }

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

This div background color is #C6E7E3.


Border color

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

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

This div border color is #C6E7E3.


Opacity

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

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

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

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

This text has shadow with #C6E7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E7E3 on black background.


Color preview on white background

This text has color #C6E7E3 on white background.



Black color preview on #C6E7E3 background

This text has black color on #C6E7E3 background.


White color preview on #C6E7E3 background

This text has white color on #C6E7E3 background.