COLOR #C5F4DB

HEX: #C5F4DB
RGB: (197,244,219)

Renk bilgisi

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

RGB renk modeli

#C5F4DB color RGB value is (197,244,219).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 244 of 255 = 96%
B 219 of 255 = 86%

197
244
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 244 + 219 = 660 (100%)
R 197 of 660 ~ 29.85%
G 244 of 660 ~ 36.97%
B 219 of 660 ~ 33.18%

%29.85
%36.97
%33.18

CMYK RENK MODELİ

#C5F4DB rengi CMYK tonu (19,0,10,4).

  • camgöbeği tonu 19.26%
  • eflatun tonu 0.00%
  • sarı tonu 10.25%
  • ana renk tonu 4.31%
CMYK:
(19,0,10,4)
C19M0Y10K4 
(19%,0%,10%,4%)
(0.19/0.00/0.10/0.04)	

CMYK yüzdeleri

%19.26
%0
%10.25
%4.31

Codes

Color #C5F4DB in popluar color models

C5F4DB
RGB197244219
HSL148°68.12%86.47%
HSB/HSV148°19.26%95.69%
CMYK19.26%0.00%10.25%
4.31%

Color #C5F4DB in popluar number systems.

HEXC5F4DB
Decimal197244219
Binary110001011111010011011011
Octal305364333

Shades and tints

Shades of #C5F4DB

#C5F4DB
(197,244,219)
#B4DEC8
(180,222,200)
#A3C8B5
(163,200,181)
#92B2A2
(146,178,162)
#819C8F
(129,156,143)
#70867C
(112,134,124)
#5F7069
(95,112,105)
#4E5A56
(78,90,86)
#3D4443
(61,68,67)
#2C2E30
(44,46,48)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #C5F4DB

#C5F4DB
(197,244,219)
#CAF5DE
(202,245,222)
#CFF6E1
(207,246,225)
#D4F7E4
(212,247,228)
#D9F8E7
(217,248,231)
#DEF9EA
(222,249,234)
#E3FAED
(227,250,237)
#E8FBF0
(232,251,240)
#EDFCF3
(237,252,243)
#F2FDF6
(242,253,246)
#F7FEF9
(247,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F4DB; }

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

This text font color is #C5F4DB.


Background Color

.myBgColor { background-color: #C5F4DB; }

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

This div background color is #C5F4DB.


Border color

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

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

This div border color is #C5F4DB.


Opacity

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

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

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

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

This text has shadow with #C5F4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F4DB on black background.


Color preview on white background

This text has color #C5F4DB on white background.



Black color preview on #C5F4DB background

This text has black color on #C5F4DB background.


White color preview on #C5F4DB background

This text has white color on #C5F4DB background.