COLOR #C6E2D5

HEX: #C6E2D5
RGB: (198,226,213)

Color info

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

RGB color model

#C6E2D5 color RGB value is (198,226,213).

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

RGB channels and saturation

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

198
226
213

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

Portions of RGB colors in percentages

R + G + B =
198 + 226 + 213 = 637 (100%)
R 198 of 637 ~ 31.08%
G 226 of 637 ~ 35.48%
B 213 of 637 ~ 33.44%

%31.08
%35.48
%33.44

CMYK color model

#C6E2D5 color CMYK value is (12,0,6,11).

  • cyan value is 12.39%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 11.37%
CMYK:
(12,0,6,11)
C12M0Y6K11 
(12%,0%,6%,11%)
(0.12/0.00/0.06/0.11)	

CMYK percentages

%12.39
%0
%5.75
%11.37

Codes

Color #C6E2D5 in popluar color models

C6E2D5
RGB198226213
HSL152°32.56%83.14%
HSB/HSV152°12.39%88.63%
CMYK12.39%0.00%5.75%
11.37%

Color #C6E2D5 in popluar number systems.

HEXC6E2D5
Decimal198226213
Binary110001101110001011010101
Octal306342325

Shades and tints

Shades of #C6E2D5

#C6E2D5
(198,226,213)
#B4CEC2
(180,206,194)
#A2BAAF
(162,186,175)
#90A69C
(144,166,156)
#7E9289
(126,146,137)
#6C7E76
(108,126,118)
#5A6A63
(90,106,99)
#485650
(72,86,80)
#36423D
(54,66,61)
#242E2A
(36,46,42)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #C6E2D5

#C6E2D5
(198,226,213)
#CBE4D8
(203,228,216)
#D0E6DB
(208,230,219)
#D5E8DE
(213,232,222)
#DAEAE1
(218,234,225)
#DFECE4
(223,236,228)
#E4EEE7
(228,238,231)
#E9F0EA
(233,240,234)
#EEF2ED
(238,242,237)
#F3F4F0
(243,244,240)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E2D5; }

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

This text font color is #C6E2D5.


Background Color

.myBgColor { background-color: #C6E2D5; }

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

This div background color is #C6E2D5.


Border color

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

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

This div border color is #C6E2D5.


Opacity

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

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

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

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

This text has shadow with #C6E2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E2D5 on black background.


Color preview on white background

This text has color #C6E2D5 on white background.



Black color preview on #C6E2D5 background

This text has black color on #C6E2D5 background.


White color preview on #C6E2D5 background

This text has white color on #C6E2D5 background.