COLOR #C6E8D7

HEX: #C6E8D7
RGB: (198,232,215)

Renk bilgisi

#C6E8D7 contains red, green and blue colors in about the same proportion. #C6E8D7 ‘ nin web güvenlik rengi #CCFFCC (ya da #CFC) dir.

RGB renk modeli

#C6E8D7 color RGB value is (198,232,215).

  • kırmız ton 198;
  • yeşil ton 232;
  • mavi ton 215.
RGB:
(198,232,215)
(78%,91%,84%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 232 of 255 = 91%
B 215 of 255 = 84%

198
232
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 232 + 215 = 645 (100%)
R 198 of 645 ~ 30.7%
G 232 of 645 ~ 35.97%
B 215 of 645 ~ 33.33%

%30.7
%35.97
%33.33

CMYK RENK MODELİ

#C6E8D7 rengi CMYK tonu (15,0,7,9).

  • camgöbeği tonu 14.66%
  • eflatun tonu 0.00%
  • sarı tonu 7.33%
  • ana renk tonu 9.02%
CMYK:
(15,0,7,9)
C15M0Y7K9 
(15%,0%,7%,9%)
(0.15/0.00/0.07/0.09)	

CMYK yüzdeleri

%14.66
%0
%7.33
%9.02

Codes

Color #C6E8D7 in popluar color models

C6E8D7
RGB198232215
HSL150°42.50%84.31%
HSB/HSV150°14.66%90.98%
CMYK14.66%0.00%7.33%
9.02%

Color #C6E8D7 in popluar number systems.

HEXC6E8D7
Decimal198232215
Binary110001101110100011010111
Octal306350327

Shades and tints

Shades of #C6E8D7

#C6E8D7
(198,232,215)
#B4D3C4
(180,211,196)
#A2BEB1
(162,190,177)
#90A99E
(144,169,158)
#7E948B
(126,148,139)
#6C7F78
(108,127,120)
#5A6A65
(90,106,101)
#485552
(72,85,82)
#36403F
(54,64,63)
#242B2C
(36,43,44)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #C6E8D7

#C6E8D7
(198,232,215)
#CBEADA
(203,234,218)
#D0ECDD
(208,236,221)
#D5EEE0
(213,238,224)
#DAF0E3
(218,240,227)
#DFF2E6
(223,242,230)
#E4F4E9
(228,244,233)
#E9F6EC
(233,246,236)
#EEF8EF
(238,248,239)
#F3FAF2
(243,250,242)
#F8FCF5
(248,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E8D7 color. Also use rgb(198,232,215) instead hex code.

Text Font Color

.myTextColor { color: #C6E8D7; }

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

This text font color is #C6E8D7.


Background Color

.myBgColor { background-color: #C6E8D7; }

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

This div background color is #C6E8D7.


Border color

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

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

This div border color is #C6E8D7.


Opacity

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

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

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

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

This text has shadow with #C6E8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E8D7 on black background.


Color preview on white background

This text has color #C6E8D7 on white background.



Black color preview on #C6E8D7 background

This text has black color on #C6E8D7 background.


White color preview on #C6E8D7 background

This text has white color on #C6E8D7 background.