COLOR #C5EAD2

HEX: #C5EAD2
RGB: (197,234,210)

Renk bilgisi

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

RGB renk modeli

#C5EAD2 color RGB value is (197,234,210).

  • kırmız ton 197;
  • yeşil ton 234;
  • mavi ton 210.
RGB:
(197,234,210)
(77%,92%,82%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 234 of 255 = 92%
B 210 of 255 = 82%

197
234
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 234 + 210 = 641 (100%)
R 197 of 641 ~ 30.73%
G 234 of 641 ~ 36.51%
B 210 of 641 ~ 32.76%

%30.73
%36.51
%32.76

CMYK RENK MODELİ

#C5EAD2 rengi CMYK tonu (16,0,10,8).

  • camgöbeği tonu 15.81%
  • eflatun tonu 0.00%
  • sarı tonu 10.26%
  • ana renk tonu 8.24%
CMYK:
(16,0,10,8)
C16M0Y10K8 
(16%,0%,10%,8%)
(0.16/0.00/0.10/0.08)	

CMYK yüzdeleri

%15.81
%0
%10.26
%8.24

Codes

Color #C5EAD2 in popluar color models

C5EAD2
RGB197234210
HSL141°46.84%84.51%
HSB/HSV141°15.81%91.76%
CMYK15.81%0.00%10.26%
8.24%

Color #C5EAD2 in popluar number systems.

HEXC5EAD2
Decimal197234210
Binary110001011110101011010010
Octal305352322

Shades and tints

Shades of #C5EAD2

#C5EAD2
(197,234,210)
#B4D5BF
(180,213,191)
#A3C0AC
(163,192,172)
#92AB99
(146,171,153)
#819686
(129,150,134)
#708173
(112,129,115)
#5F6C60
(95,108,96)
#4E574D
(78,87,77)
#3D423A
(61,66,58)
#2C2D27
(44,45,39)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #C5EAD2

#C5EAD2
(197,234,210)
#CAEBD6
(202,235,214)
#CFECDA
(207,236,218)
#D4EDDE
(212,237,222)
#D9EEE2
(217,238,226)
#DEEFE6
(222,239,230)
#E3F0EA
(227,240,234)
#E8F1EE
(232,241,238)
#EDF2F2
(237,242,242)
#F2F3F6
(242,243,246)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EAD2 color. Also use rgb(197,234,210) instead hex code.

Text Font Color

.myTextColor { color: #C5EAD2; }

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

This text font color is #C5EAD2.


Background Color

.myBgColor { background-color: #C5EAD2; }

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

This div background color is #C5EAD2.


Border color

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

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

This div border color is #C5EAD2.


Opacity

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

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

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

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

This text has shadow with #C5EAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EAD2 on black background.


Color preview on white background

This text has color #C5EAD2 on white background.



Black color preview on #C5EAD2 background

This text has black color on #C5EAD2 background.


White color preview on #C5EAD2 background

This text has white color on #C5EAD2 background.