COLOR #C5EBE2

HEX: #C5EBE2
RGB: (197,235,226)

Renk bilgisi

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

RGB renk modeli

#C5EBE2 color RGB value is (197,235,226).

  • kırmız ton 197;
  • yeşil ton 235;
  • mavi ton 226.
RGB:
(197,235,226)
(77%,92%,89%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 235 of 255 = 92%
B 226 of 255 = 89%

197
235
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 235 + 226 = 658 (100%)
R 197 of 658 ~ 29.94%
G 235 of 658 ~ 35.71%
B 226 of 658 ~ 34.35%

%29.94
%35.71
%34.35

CMYK RENK MODELİ

#C5EBE2 rengi CMYK tonu (16,0,4,8).

  • camgöbeği tonu 16.17%
  • eflatun tonu 0.00%
  • sarı tonu 3.83%
  • ana renk tonu 7.84%
CMYK:
(16,0,4,8)
C16M0Y4K8 
(16%,0%,4%,8%)
(0.16/0.00/0.04/0.08)	

CMYK yüzdeleri

%16.17
%0
%3.83
%7.84

Codes

Color #C5EBE2 in popluar color models

C5EBE2
RGB197235226
HSL166°48.72%84.71%
HSB/HSV166°16.17%92.16%
CMYK16.17%0.00%3.83%
7.84%

Color #C5EBE2 in popluar number systems.

HEXC5EBE2
Decimal197235226
Binary110001011110101111100010
Octal305353342

Shades and tints

Shades of #C5EBE2

#C5EBE2
(197,235,226)
#B4D6CE
(180,214,206)
#A3C1BA
(163,193,186)
#92ACA6
(146,172,166)
#819792
(129,151,146)
#70827E
(112,130,126)
#5F6D6A
(95,109,106)
#4E5856
(78,88,86)
#3D4342
(61,67,66)
#2C2E2E
(44,46,46)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #C5EBE2

#C5EBE2
(197,235,226)
#CAECE4
(202,236,228)
#CFEDE6
(207,237,230)
#D4EEE8
(212,238,232)
#D9EFEA
(217,239,234)
#DEF0EC
(222,240,236)
#E3F1EE
(227,241,238)
#E8F2F0
(232,242,240)
#EDF3F2
(237,243,242)
#F2F4F4
(242,244,244)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EBE2 color. Also use rgb(197,235,226) instead hex code.

Text Font Color

.myTextColor { color: #C5EBE2; }

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

This text font color is #C5EBE2.


Background Color

.myBgColor { background-color: #C5EBE2; }

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

This div background color is #C5EBE2.


Border color

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

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

This div border color is #C5EBE2.


Opacity

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

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

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

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

This text has shadow with #C5EBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EBE2 on black background.


Color preview on white background

This text has color #C5EBE2 on white background.



Black color preview on #C5EBE2 background

This text has black color on #C5EBE2 background.


White color preview on #C5EBE2 background

This text has white color on #C5EBE2 background.