COLOR #C6EADB

HEX: #C6EADB
RGB: (198,234,219)

Renk bilgisi

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

RGB renk modeli

#C6EADB color RGB value is (198,234,219).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 234 of 255 = 92%
B 219 of 255 = 86%

198
234
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 234 + 219 = 651 (100%)
R 198 of 651 ~ 30.41%
G 234 of 651 ~ 35.94%
B 219 of 651 ~ 33.64%

%30.41
%35.94
%33.64

CMYK RENK MODELİ

#C6EADB rengi CMYK tonu (15,0,6,8).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 6.41%
  • ana renk tonu 8.24%
CMYK:
(15,0,6,8)
C15M0Y6K8 
(15%,0%,6%,8%)
(0.15/0.00/0.06/0.08)	

CMYK yüzdeleri

%15.38
%0
%6.41
%8.24

Codes

Color #C6EADB in popluar color models

C6EADB
RGB198234219
HSL155°46.15%84.71%
HSB/HSV155°15.38%91.76%
CMYK15.38%0.00%6.41%
8.24%

Color #C6EADB in popluar number systems.

HEXC6EADB
Decimal198234219
Binary110001101110101011011011
Octal306352333

Shades and tints

Shades of #C6EADB

#C6EADB
(198,234,219)
#B4D5C8
(180,213,200)
#A2C0B5
(162,192,181)
#90ABA2
(144,171,162)
#7E968F
(126,150,143)
#6C817C
(108,129,124)
#5A6C69
(90,108,105)
#485756
(72,87,86)
#364243
(54,66,67)
#242D30
(36,45,48)
#12181D
(18,24,29)
#000000
(0,0,0)

Tints of #C6EADB

#C6EADB
(198,234,219)
#CBEBDE
(203,235,222)
#D0ECE1
(208,236,225)
#D5EDE4
(213,237,228)
#DAEEE7
(218,238,231)
#DFEFEA
(223,239,234)
#E4F0ED
(228,240,237)
#E9F1F0
(233,241,240)
#EEF2F3
(238,242,243)
#F3F3F6
(243,243,246)
#F8F4F9
(248,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EADB; }

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

This text font color is #C6EADB.


Background Color

.myBgColor { background-color: #C6EADB; }

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

This div background color is #C6EADB.


Border color

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

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

This div border color is #C6EADB.


Opacity

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

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

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

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

This text has shadow with #C6EADB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EADB on black background.


Color preview on white background

This text has color #C6EADB on white background.



Black color preview on #C6EADB background

This text has black color on #C6EADB background.


White color preview on #C6EADB background

This text has white color on #C6EADB background.