COLOR #C6E5D8

HEX: #C6E5D8
RGB: (198,229,216)

Renk bilgisi

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

RGB renk modeli

#C6E5D8 color RGB value is (198,229,216).

  • kırmız ton 198;
  • yeşil ton 229;
  • mavi ton 216.
RGB:
(198,229,216)
(78%,90%,85%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 229 of 255 = 90%
B 216 of 255 = 85%

198
229
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 229 + 216 = 643 (100%)
R 198 of 643 ~ 30.79%
G 229 of 643 ~ 35.61%
B 216 of 643 ~ 33.59%

%30.79
%35.61
%33.59

CMYK RENK MODELİ

#C6E5D8 rengi CMYK tonu (14,0,6,10).

  • camgöbeği tonu 13.54%
  • eflatun tonu 0.00%
  • sarı tonu 5.68%
  • ana renk tonu 10.20%
CMYK:
(14,0,6,10)
C14M0Y6K10 
(14%,0%,6%,10%)
(0.14/0.00/0.06/0.10)	

CMYK yüzdeleri

%13.54
%0
%5.68
%10.2

Codes

Color #C6E5D8 in popluar color models

C6E5D8
RGB198229216
HSL155°37.35%83.73%
HSB/HSV155°13.54%89.80%
CMYK13.54%0.00%5.68%
10.20%

Color #C6E5D8 in popluar number systems.

HEXC6E5D8
Decimal198229216
Binary110001101110010111011000
Octal306345330

Shades and tints

Shades of #C6E5D8

#C6E5D8
(198,229,216)
#B4D1C5
(180,209,197)
#A2BDB2
(162,189,178)
#90A99F
(144,169,159)
#7E958C
(126,149,140)
#6C8179
(108,129,121)
#5A6D66
(90,109,102)
#485953
(72,89,83)
#364540
(54,69,64)
#24312D
(36,49,45)
#121D1A
(18,29,26)
#000000
(0,0,0)

Tints of #C6E5D8

#C6E5D8
(198,229,216)
#CBE7DB
(203,231,219)
#D0E9DE
(208,233,222)
#D5EBE1
(213,235,225)
#DAEDE4
(218,237,228)
#DFEFE7
(223,239,231)
#E4F1EA
(228,241,234)
#E9F3ED
(233,243,237)
#EEF5F0
(238,245,240)
#F3F7F3
(243,247,243)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E5D8 color. Also use rgb(198,229,216) instead hex code.

Text Font Color

.myTextColor { color: #C6E5D8; }

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

This text font color is #C6E5D8.


Background Color

.myBgColor { background-color: #C6E5D8; }

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

This div background color is #C6E5D8.


Border color

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

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

This div border color is #C6E5D8.


Opacity

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

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

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

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

This text has shadow with #C6E5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E5D8 on black background.


Color preview on white background

This text has color #C6E5D8 on white background.



Black color preview on #C6E5D8 background

This text has black color on #C6E5D8 background.


White color preview on #C6E5D8 background

This text has white color on #C6E5D8 background.