COLOR #C9BEF2

HEX: #C9BEF2
RGB: (201,190,242)

Renk bilgisi

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

RGB renk modeli

#C9BEF2 color RGB value is (201,190,242).

  • kırmız ton 201;
  • yeşil ton 190;
  • mavi ton 242.
RGB:
(201,190,242)
(79%,75%,95%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 190 of 255 = 75%
B 242 of 255 = 95%

201
190
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 190 + 242 = 633 (100%)
R 201 of 633 ~ 31.75%
G 190 of 633 ~ 30.02%
B 242 of 633 ~ 38.23%

%31.75
%30.02
%38.23

CMYK RENK MODELİ

#C9BEF2 rengi CMYK tonu (17,21,0,5).

  • camgöbeği tonu 16.94%
  • eflatun tonu 21.49%
  • sarı tonu 0.00%
  • ana renk tonu 5.10%
CMYK:
(17,21,0,5)
C17M21Y0K5 
(17%,21%,0%,5%)
(0.17/0.21/0.00/0.05)	

CMYK yüzdeleri

%16.94
%21.49
%0
%5.1

Codes

Color #C9BEF2 in popluar color models

C9BEF2
RGB201190242
HSL253°66.67%84.71%
HSB/HSV253°21.49%94.90%
CMYK16.94%21.49%0.00%
5.10%

Color #C9BEF2 in popluar number systems.

HEXC9BEF2
Decimal201190242
Binary110010011011111011110010
Octal311276362

Shades and tints

Shades of #C9BEF2

#C9BEF2
(201,190,242)
#B7ADDC
(183,173,220)
#A59CC6
(165,156,198)
#938BB0
(147,139,176)
#817A9A
(129,122,154)
#6F6984
(111,105,132)
#5D586E
(93,88,110)
#4B4758
(75,71,88)
#393642
(57,54,66)
#27252C
(39,37,44)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #C9BEF2

#C9BEF2
(201,190,242)
#CDC3F3
(205,195,243)
#D1C8F4
(209,200,244)
#D5CDF5
(213,205,245)
#D9D2F6
(217,210,246)
#DDD7F7
(221,215,247)
#E1DCF8
(225,220,248)
#E5E1F9
(229,225,249)
#E9E6FA
(233,230,250)
#EDEBFB
(237,235,251)
#F1F0FC
(241,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BEF2 color. Also use rgb(201,190,242) instead hex code.

Text Font Color

.myTextColor { color: #C9BEF2; }

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

This text font color is #C9BEF2.


Background Color

.myBgColor { background-color: #C9BEF2; }

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

This div background color is #C9BEF2.


Border color

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

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

This div border color is #C9BEF2.


Opacity

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

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

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

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

This text has shadow with #C9BEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BEF2 on black background.


Color preview on white background

This text has color #C9BEF2 on white background.



Black color preview on #C9BEF2 background

This text has black color on #C9BEF2 background.


White color preview on #C9BEF2 background

This text has white color on #C9BEF2 background.