COLOR #C6E3D8

HEX: #C6E3D8
RGB: (198,227,216)

Renk bilgisi

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

RGB renk modeli

#C6E3D8 color RGB value is (198,227,216).

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

RGB bağlantıları ve doygunluk

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

198
227
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 227 + 216 = 641 (100%)
R 198 of 641 ~ 30.89%
G 227 of 641 ~ 35.41%
B 216 of 641 ~ 33.7%

%30.89
%35.41
%33.7

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%12.78
%0
%4.85
%10.98

Codes

Color #C6E3D8 in popluar color models

C6E3D8
RGB198227216
HSL157°34.12%83.33%
HSB/HSV157°12.78%89.02%
CMYK12.78%0.00%4.85%
10.98%

Color #C6E3D8 in popluar number systems.

HEXC6E3D8
Decimal198227216
Binary110001101110001111011000
Octal306343330

Shades and tints

Shades of #C6E3D8

#C6E3D8
(198,227,216)
#B4CFC5
(180,207,197)
#A2BBB2
(162,187,178)
#90A79F
(144,167,159)
#7E938C
(126,147,140)
#6C7F79
(108,127,121)
#5A6B66
(90,107,102)
#485753
(72,87,83)
#364340
(54,67,64)
#242F2D
(36,47,45)
#121B1A
(18,27,26)
#000000
(0,0,0)

Tints of #C6E3D8

#C6E3D8
(198,227,216)
#CBE5DB
(203,229,219)
#D0E7DE
(208,231,222)
#D5E9E1
(213,233,225)
#DAEBE4
(218,235,228)
#DFEDE7
(223,237,231)
#E4EFEA
(228,239,234)
#E9F1ED
(233,241,237)
#EEF3F0
(238,243,240)
#F3F5F3
(243,245,243)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E3D8; }

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

This text font color is #C6E3D8.


Background Color

.myBgColor { background-color: #C6E3D8; }

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

This div background color is #C6E3D8.


Border color

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

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

This div border color is #C6E3D8.


Opacity

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

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

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

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

This text has shadow with #C6E3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E3D8 on black background.


Color preview on white background

This text has color #C6E3D8 on white background.



Black color preview on #C6E3D8 background

This text has black color on #C6E3D8 background.


White color preview on #C6E3D8 background

This text has white color on #C6E3D8 background.