COLOR #C5F3E6

HEX: #C5F3E6
RGB: (197,243,230)

Renk bilgisi

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

RGB renk modeli

#C5F3E6 color RGB value is (197,243,230).

  • kırmız ton 197;
  • yeşil ton 243;
  • mavi ton 230.
RGB:
(197,243,230)
(77%,95%,90%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 243 of 255 = 95%
B 230 of 255 = 90%

197
243
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 243 + 230 = 670 (100%)
R 197 of 670 ~ 29.4%
G 243 of 670 ~ 36.27%
B 230 of 670 ~ 34.33%

%29.4
%36.27
%34.33

CMYK RENK MODELİ

#C5F3E6 rengi CMYK tonu (19,0,5,5).

  • camgöbeği tonu 18.93%
  • eflatun tonu 0.00%
  • sarı tonu 5.35%
  • ana renk tonu 4.71%
CMYK:
(19,0,5,5)
C19M0Y5K5 
(19%,0%,5%,5%)
(0.19/0.00/0.05/0.05)	

CMYK yüzdeleri

%18.93
%0
%5.35
%4.71

Codes

Color #C5F3E6 in popluar color models

C5F3E6
RGB197243230
HSL163°65.71%86.27%
HSB/HSV163°18.93%95.29%
CMYK18.93%0.00%5.35%
4.71%

Color #C5F3E6 in popluar number systems.

HEXC5F3E6
Decimal197243230
Binary110001011111001111100110
Octal305363346

Shades and tints

Shades of #C5F3E6

#C5F3E6
(197,243,230)
#B4DDD2
(180,221,210)
#A3C7BE
(163,199,190)
#92B1AA
(146,177,170)
#819B96
(129,155,150)
#708582
(112,133,130)
#5F6F6E
(95,111,110)
#4E595A
(78,89,90)
#3D4346
(61,67,70)
#2C2D32
(44,45,50)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #C5F3E6

#C5F3E6
(197,243,230)
#CAF4E8
(202,244,232)
#CFF5EA
(207,245,234)
#D4F6EC
(212,246,236)
#D9F7EE
(217,247,238)
#DEF8F0
(222,248,240)
#E3F9F2
(227,249,242)
#E8FAF4
(232,250,244)
#EDFBF6
(237,251,246)
#F2FCF8
(242,252,248)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F3E6 color. Also use rgb(197,243,230) instead hex code.

Text Font Color

.myTextColor { color: #C5F3E6; }

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

This text font color is #C5F3E6.


Background Color

.myBgColor { background-color: #C5F3E6; }

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

This div background color is #C5F3E6.


Border color

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

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

This div border color is #C5F3E6.


Opacity

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

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

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

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

This text has shadow with #C5F3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F3E6 on black background.


Color preview on white background

This text has color #C5F3E6 on white background.



Black color preview on #C5F3E6 background

This text has black color on #C5F3E6 background.


White color preview on #C5F3E6 background

This text has white color on #C5F3E6 background.