COLOR #C6E6DB

HEX: #C6E6DB
RGB: (198,230,219)

Renk bilgisi

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

RGB renk modeli

#C6E6DB color RGB value is (198,230,219).

  • kırmız ton 198;
  • yeşil ton 230;
  • mavi ton 219.
RGB:
(198,230,219)
(78%,90%,86%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 230 of 255 = 90%
B 219 of 255 = 86%

198
230
219

R + G + B ~ 85%. #C6E6DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 230 + 219 = 647 (100%)
R 198 of 647 ~ 30.6%
G 230 of 647 ~ 35.55%
B 219 of 647 ~ 33.85%

%30.6
%35.55
%33.85

CMYK RENK MODELİ

#C6E6DB rengi CMYK tonu (14,0,5,10).

  • camgöbeği tonu 13.91%
  • eflatun tonu 0.00%
  • sarı tonu 4.78%
  • ana renk tonu 9.80%
CMYK:
(14,0,5,10)
C14M0Y5K10 
(14%,0%,5%,10%)
(0.14/0.00/0.05/0.10)	

CMYK yüzdeleri

%13.91
%0
%4.78
%9.8

Codes

Color #C6E6DB in popluar color models

C6E6DB
RGB198230219
HSL159°39.02%83.92%
HSB/HSV159°13.91%90.20%
CMYK13.91%0.00%4.78%
9.80%

Color #C6E6DB in popluar number systems.

HEXC6E6DB
Decimal198230219
Binary110001101110011011011011
Octal306346333

Shades and tints

Shades of #C6E6DB

#C6E6DB
(198,230,219)
#B4D2C8
(180,210,200)
#A2BEB5
(162,190,181)
#90AAA2
(144,170,162)
#7E968F
(126,150,143)
#6C827C
(108,130,124)
#5A6E69
(90,110,105)
#485A56
(72,90,86)
#364643
(54,70,67)
#243230
(36,50,48)
#121E1D
(18,30,29)
#000000
(0,0,0)

Tints of #C6E6DB

#C6E6DB
(198,230,219)
#CBE8DE
(203,232,222)
#D0EAE1
(208,234,225)
#D5ECE4
(213,236,228)
#DAEEE7
(218,238,231)
#DFF0EA
(223,240,234)
#E4F2ED
(228,242,237)
#E9F4F0
(233,244,240)
#EEF6F3
(238,246,243)
#F3F8F6
(243,248,246)
#F8FAF9
(248,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E6DB color. Also use rgb(198,230,219) instead hex code.

Text Font Color

.myTextColor { color: #C6E6DB; }

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

This text font color is #C6E6DB.


Background Color

.myBgColor { background-color: #C6E6DB; }

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

This div background color is #C6E6DB.


Border color

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

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

This div border color is #C6E6DB.


Opacity

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

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

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

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

This text has shadow with #C6E6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E6DB on black background.


Color preview on white background

This text has color #C6E6DB on white background.



Black color preview on #C6E6DB background

This text has black color on #C6E6DB background.


White color preview on #C6E6DB background

This text has white color on #C6E6DB background.