COLOR #C6E4D8

HEX: #C6E4D8
RGB: (198,228,216)

Renk bilgisi

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

RGB renk modeli

#C6E4D8 color RGB value is (198,228,216).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 228 of 255 = 89%
B 216 of 255 = 85%

198
228
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 228 + 216 = 642 (100%)
R 198 of 642 ~ 30.84%
G 228 of 642 ~ 35.51%
B 216 of 642 ~ 33.64%

%30.84
%35.51
%33.64

CMYK RENK MODELİ

#C6E4D8 rengi CMYK tonu (13,0,5,11).

  • camgöbeği tonu 13.16%
  • eflatun tonu 0.00%
  • sarı tonu 5.26%
  • ana renk tonu 10.59%
CMYK:
(13,0,5,11)
C13M0Y5K11 
(13%,0%,5%,11%)
(0.13/0.00/0.05/0.11)	

CMYK yüzdeleri

%13.16
%0
%5.26
%10.59

Codes

Color #C6E4D8 in popluar color models

C6E4D8
RGB198228216
HSL156°35.71%83.53%
HSB/HSV156°13.16%89.41%
CMYK13.16%0.00%5.26%
10.59%

Color #C6E4D8 in popluar number systems.

HEXC6E4D8
Decimal198228216
Binary110001101110010011011000
Octal306344330

Shades and tints

Shades of #C6E4D8

#C6E4D8
(198,228,216)
#B4D0C5
(180,208,197)
#A2BCB2
(162,188,178)
#90A89F
(144,168,159)
#7E948C
(126,148,140)
#6C8079
(108,128,121)
#5A6C66
(90,108,102)
#485853
(72,88,83)
#364440
(54,68,64)
#24302D
(36,48,45)
#121C1A
(18,28,26)
#000000
(0,0,0)

Tints of #C6E4D8

#C6E4D8
(198,228,216)
#CBE6DB
(203,230,219)
#D0E8DE
(208,232,222)
#D5EAE1
(213,234,225)
#DAECE4
(218,236,228)
#DFEEE7
(223,238,231)
#E4F0EA
(228,240,234)
#E9F2ED
(233,242,237)
#EEF4F0
(238,244,240)
#F3F6F3
(243,246,243)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E4D8; }

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

This text font color is #C6E4D8.


Background Color

.myBgColor { background-color: #C6E4D8; }

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

This div background color is #C6E4D8.


Border color

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

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

This div border color is #C6E4D8.


Opacity

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

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

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

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

This text has shadow with #C6E4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E4D8 on black background.


Color preview on white background

This text has color #C6E4D8 on white background.



Black color preview on #C6E4D8 background

This text has black color on #C6E4D8 background.


White color preview on #C6E4D8 background

This text has white color on #C6E4D8 background.