COLOR #C5BEF4

HEX: #C5BEF4
RGB: (197,190,244)

Renk bilgisi

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

RGB renk modeli

#C5BEF4 color RGB value is (197,190,244).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 190 of 255 = 75%
B 244 of 255 = 96%

197
190
244

R + G + B ~ 83%. #C5BEF4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 190 + 244 = 631 (100%)
R 197 of 631 ~ 31.22%
G 190 of 631 ~ 30.11%
B 244 of 631 ~ 38.67%

%31.22
%30.11
%38.67

CMYK RENK MODELİ

#C5BEF4 rengi CMYK tonu (19,22,0,4).

  • camgöbeği tonu 19.26%
  • eflatun tonu 22.13%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(19,22,0,4)
C19M22Y0K4 
(19%,22%,0%,4%)
(0.19/0.22/0.00/0.04)	

CMYK yüzdeleri

%19.26
%22.13
%0
%4.31

Codes

Color #C5BEF4 in popluar color models

C5BEF4
RGB197190244
HSL248°71.05%85.10%
HSB/HSV248°22.13%95.69%
CMYK19.26%22.13%0.00%
4.31%

Color #C5BEF4 in popluar number systems.

HEXC5BEF4
Decimal197190244
Binary110001011011111011110100
Octal305276364

Shades and tints

Shades of #C5BEF4

#C5BEF4
(197,190,244)
#B4ADDE
(180,173,222)
#A39CC8
(163,156,200)
#928BB2
(146,139,178)
#817A9C
(129,122,156)
#706986
(112,105,134)
#5F5870
(95,88,112)
#4E475A
(78,71,90)
#3D3644
(61,54,68)
#2C252E
(44,37,46)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C5BEF4

#C5BEF4
(197,190,244)
#CAC3F5
(202,195,245)
#CFC8F6
(207,200,246)
#D4CDF7
(212,205,247)
#D9D2F8
(217,210,248)
#DED7F9
(222,215,249)
#E3DCFA
(227,220,250)
#E8E1FB
(232,225,251)
#EDE6FC
(237,230,252)
#F2EBFD
(242,235,253)
#F7F0FE
(247,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BEF4; }

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

This text font color is #C5BEF4.


Background Color

.myBgColor { background-color: #C5BEF4; }

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

This div background color is #C5BEF4.


Border color

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

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

This div border color is #C5BEF4.


Opacity

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

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

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

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

This text has shadow with #C5BEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BEF4 on black background.


Color preview on white background

This text has color #C5BEF4 on white background.



Black color preview on #C5BEF4 background

This text has black color on #C5BEF4 background.


White color preview on #C5BEF4 background

This text has white color on #C5BEF4 background.