COLOR #C6EAE1

HEX: #C6EAE1
RGB: (198,234,225)

Renk bilgisi

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

RGB renk modeli

#C6EAE1 color RGB value is (198,234,225).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 234 of 255 = 92%
B 225 of 255 = 88%

198
234
225

R + G + B ~ 86%. #C6EAE1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 234 + 225 = 657 (100%)
R 198 of 657 ~ 30.14%
G 234 of 657 ~ 35.62%
B 225 of 657 ~ 34.25%

%30.14
%35.62
%34.25

CMYK RENK MODELİ

#C6EAE1 rengi CMYK tonu (15,0,4,8).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 3.85%
  • ana renk tonu 8.24%
CMYK:
(15,0,4,8)
C15M0Y4K8 
(15%,0%,4%,8%)
(0.15/0.00/0.04/0.08)	

CMYK yüzdeleri

%15.38
%0
%3.85
%8.24

Codes

Color #C6EAE1 in popluar color models

C6EAE1
RGB198234225
HSL165°46.15%84.71%
HSB/HSV165°15.38%91.76%
CMYK15.38%0.00%3.85%
8.24%

Color #C6EAE1 in popluar number systems.

HEXC6EAE1
Decimal198234225
Binary110001101110101011100001
Octal306352341

Shades and tints

Shades of #C6EAE1

#C6EAE1
(198,234,225)
#B4D5CD
(180,213,205)
#A2C0B9
(162,192,185)
#90ABA5
(144,171,165)
#7E9691
(126,150,145)
#6C817D
(108,129,125)
#5A6C69
(90,108,105)
#485755
(72,87,85)
#364241
(54,66,65)
#242D2D
(36,45,45)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6EAE1

#C6EAE1
(198,234,225)
#CBEBE3
(203,235,227)
#D0ECE5
(208,236,229)
#D5EDE7
(213,237,231)
#DAEEE9
(218,238,233)
#DFEFEB
(223,239,235)
#E4F0ED
(228,240,237)
#E9F1EF
(233,241,239)
#EEF2F1
(238,242,241)
#F3F3F3
(243,243,243)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6EAE1; }

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

This text font color is #C6EAE1.


Background Color

.myBgColor { background-color: #C6EAE1; }

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

This div background color is #C6EAE1.


Border color

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

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

This div border color is #C6EAE1.


Opacity

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

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

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

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

This text has shadow with #C6EAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EAE1 on black background.


Color preview on white background

This text has color #C6EAE1 on white background.



Black color preview on #C6EAE1 background

This text has black color on #C6EAE1 background.


White color preview on #C6EAE1 background

This text has white color on #C6EAE1 background.