COLOR #C5F4DD

HEX: #C5F4DD
RGB: (197,244,221)

Renk bilgisi

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

RGB renk modeli

#C5F4DD color RGB value is (197,244,221).

  • kırmız ton 197;
  • yeşil ton 244;
  • mavi ton 221.
RGB:
(197,244,221)
(77%,96%,87%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 244 of 255 = 96%
B 221 of 255 = 87%

197
244
221

R + G + B ~ 87%. #C5F4DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 244 + 221 = 662 (100%)
R 197 of 662 ~ 29.76%
G 244 of 662 ~ 36.86%
B 221 of 662 ~ 33.38%

%29.76
%36.86
%33.38

CMYK RENK MODELİ

#C5F4DD rengi CMYK tonu (19,0,9,4).

  • camgöbeği tonu 19.26%
  • eflatun tonu 0.00%
  • sarı tonu 9.43%
  • ana renk tonu 4.31%
CMYK:
(19,0,9,4)
C19M0Y9K4 
(19%,0%,9%,4%)
(0.19/0.00/0.09/0.04)	

CMYK yüzdeleri

%19.26
%0
%9.43
%4.31

Codes

Color #C5F4DD in popluar color models

C5F4DD
RGB197244221
HSL151°68.12%86.47%
HSB/HSV151°19.26%95.69%
CMYK19.26%0.00%9.43%
4.31%

Color #C5F4DD in popluar number systems.

HEXC5F4DD
Decimal197244221
Binary110001011111010011011101
Octal305364335

Shades and tints

Shades of #C5F4DD

#C5F4DD
(197,244,221)
#B4DEC9
(180,222,201)
#A3C8B5
(163,200,181)
#92B2A1
(146,178,161)
#819C8D
(129,156,141)
#708679
(112,134,121)
#5F7065
(95,112,101)
#4E5A51
(78,90,81)
#3D443D
(61,68,61)
#2C2E29
(44,46,41)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5F4DD

#C5F4DD
(197,244,221)
#CAF5E0
(202,245,224)
#CFF6E3
(207,246,227)
#D4F7E6
(212,247,230)
#D9F8E9
(217,248,233)
#DEF9EC
(222,249,236)
#E3FAEF
(227,250,239)
#E8FBF2
(232,251,242)
#EDFCF5
(237,252,245)
#F2FDF8
(242,253,248)
#F7FEFB
(247,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F4DD color. Also use rgb(197,244,221) instead hex code.

Text Font Color

.myTextColor { color: #C5F4DD; }

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

This text font color is #C5F4DD.


Background Color

.myBgColor { background-color: #C5F4DD; }

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

This div background color is #C5F4DD.


Border color

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

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

This div border color is #C5F4DD.


Opacity

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

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

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

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

This text has shadow with #C5F4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F4DD on black background.


Color preview on white background

This text has color #C5F4DD on white background.



Black color preview on #C5F4DD background

This text has black color on #C5F4DD background.


White color preview on #C5F4DD background

This text has white color on #C5F4DD background.