COLOR #C4BEE4

HEX: #C4BEE4
RGB: (196,190,228)

Renk bilgisi

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

RGB renk modeli

#C4BEE4 color RGB value is (196,190,228).

  • kırmız ton 196;
  • yeşil ton 190;
  • mavi ton 228.
RGB:
(196,190,228)
(77%,75%,89%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 190 of 255 = 75%
B 228 of 255 = 89%

196
190
228

R + G + B ~ 80%. #C4BEE4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 190 + 228 = 614 (100%)
R 196 of 614 ~ 31.92%
G 190 of 614 ~ 30.94%
B 228 of 614 ~ 37.13%

%31.92
%30.94
%37.13

CMYK RENK MODELİ

#C4BEE4 rengi CMYK tonu (14,17,0,11).

  • camgöbeği tonu 14.04%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(14,17,0,11)
C14M17Y0K11 
(14%,17%,0%,11%)
(0.14/0.17/0.00/0.11)	

CMYK yüzdeleri

%14.04
%16.67
%0
%10.59

Codes

Color #C4BEE4 in popluar color models

C4BEE4
RGB196190228
HSL249°41.30%81.96%
HSB/HSV249°16.67%89.41%
CMYK14.04%16.67%0.00%
10.59%

Color #C4BEE4 in popluar number systems.

HEXC4BEE4
Decimal196190228
Binary110001001011111011100100
Octal304276344

Shades and tints

Shades of #C4BEE4

#C4BEE4
(196,190,228)
#B3ADD0
(179,173,208)
#A29CBC
(162,156,188)
#918BA8
(145,139,168)
#807A94
(128,122,148)
#6F6980
(111,105,128)
#5E586C
(94,88,108)
#4D4758
(77,71,88)
#3C3644
(60,54,68)
#2B2530
(43,37,48)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #C4BEE4

#C4BEE4
(196,190,228)
#C9C3E6
(201,195,230)
#CEC8E8
(206,200,232)
#D3CDEA
(211,205,234)
#D8D2EC
(216,210,236)
#DDD7EE
(221,215,238)
#E2DCF0
(226,220,240)
#E7E1F2
(231,225,242)
#ECE6F4
(236,230,244)
#F1EBF6
(241,235,246)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BEE4 color. Also use rgb(196,190,228) instead hex code.

Text Font Color

.myTextColor { color: #C4BEE4; }

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

This text font color is #C4BEE4.


Background Color

.myBgColor { background-color: #C4BEE4; }

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

This div background color is #C4BEE4.


Border color

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

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

This div border color is #C4BEE4.


Opacity

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

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

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

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

This text has shadow with #C4BEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BEE4 on black background.


Color preview on white background

This text has color #C4BEE4 on white background.



Black color preview on #C4BEE4 background

This text has black color on #C4BEE4 background.


White color preview on #C4BEE4 background

This text has white color on #C4BEE4 background.