COLOR #C4EBE6

HEX: #C4EBE6
RGB: (196,235,230)

Renk bilgisi

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

RGB renk modeli

#C4EBE6 color RGB value is (196,235,230).

  • kırmız ton 196;
  • yeşil ton 235;
  • mavi ton 230.
RGB:
(196,235,230)
(77%,92%,90%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 235 of 255 = 92%
B 230 of 255 = 90%

196
235
230

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 235 + 230 = 661 (100%)
R 196 of 661 ~ 29.65%
G 235 of 661 ~ 35.55%
B 230 of 661 ~ 34.8%

%29.65
%35.55
%34.8

CMYK RENK MODELİ

#C4EBE6 rengi CMYK tonu (17,0,2,8).

  • camgöbeği tonu 16.60%
  • eflatun tonu 0.00%
  • sarı tonu 2.13%
  • ana renk tonu 7.84%
CMYK:
(17,0,2,8)
C17M0Y2K8 
(17%,0%,2%,8%)
(0.17/0.00/0.02/0.08)	

CMYK yüzdeleri

%16.6
%0
%2.13
%7.84

Codes

Color #C4EBE6 in popluar color models

C4EBE6
RGB196235230
HSL172°49.37%84.51%
HSB/HSV172°16.60%92.16%
CMYK16.60%0.00%2.13%
7.84%

Color #C4EBE6 in popluar number systems.

HEXC4EBE6
Decimal196235230
Binary110001001110101111100110
Octal304353346

Shades and tints

Shades of #C4EBE6

#C4EBE6
(196,235,230)
#B3D6D2
(179,214,210)
#A2C1BE
(162,193,190)
#91ACAA
(145,172,170)
#809796
(128,151,150)
#6F8282
(111,130,130)
#5E6D6E
(94,109,110)
#4D585A
(77,88,90)
#3C4346
(60,67,70)
#2B2E32
(43,46,50)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #C4EBE6

#C4EBE6
(196,235,230)
#C9ECE8
(201,236,232)
#CEEDEA
(206,237,234)
#D3EEEC
(211,238,236)
#D8EFEE
(216,239,238)
#DDF0F0
(221,240,240)
#E2F1F2
(226,241,242)
#E7F2F4
(231,242,244)
#ECF3F6
(236,243,246)
#F1F4F8
(241,244,248)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EBE6 color. Also use rgb(196,235,230) instead hex code.

Text Font Color

.myTextColor { color: #C4EBE6; }

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

This text font color is #C4EBE6.


Background Color

.myBgColor { background-color: #C4EBE6; }

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

This div background color is #C4EBE6.


Border color

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

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

This div border color is #C4EBE6.


Opacity

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

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

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

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

This text has shadow with #C4EBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EBE6 on black background.


Color preview on white background

This text has color #C4EBE6 on white background.



Black color preview on #C4EBE6 background

This text has black color on #C4EBE6 background.


White color preview on #C4EBE6 background

This text has white color on #C4EBE6 background.