COLOR #C6BAEE

HEX: #C6BAEE
RGB: (198,186,238)

Renk bilgisi

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

RGB renk modeli

#C6BAEE color RGB value is (198,186,238).

  • kırmız ton 198;
  • yeşil ton 186;
  • mavi ton 238.
RGB:
(198,186,238)
(78%,73%,93%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 186 of 255 = 73%
B 238 of 255 = 93%

198
186
238

R + G + B ~ 81%. #C6BAEE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 186 + 238 = 622 (100%)
R 198 of 622 ~ 31.83%
G 186 of 622 ~ 29.9%
B 238 of 622 ~ 38.26%

%31.83
%29.9
%38.26

CMYK RENK MODELİ

#C6BAEE rengi CMYK tonu (17,22,0,7).

  • camgöbeği tonu 16.81%
  • eflatun tonu 21.85%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,22,0,7)
C17M22Y0K7 
(17%,22%,0%,7%)
(0.17/0.22/0.00/0.07)	

CMYK yüzdeleri

%16.81
%21.85
%0
%6.67

Codes

Color #C6BAEE in popluar color models

C6BAEE
RGB198186238
HSL254°60.47%83.14%
HSB/HSV254°21.85%93.33%
CMYK16.81%21.85%0.00%
6.67%

Color #C6BAEE in popluar number systems.

HEXC6BAEE
Decimal198186238
Binary110001101011101011101110
Octal306272356

Shades and tints

Shades of #C6BAEE

#C6BAEE
(198,186,238)
#B4AAD9
(180,170,217)
#A29AC4
(162,154,196)
#908AAF
(144,138,175)
#7E7A9A
(126,122,154)
#6C6A85
(108,106,133)
#5A5A70
(90,90,112)
#484A5B
(72,74,91)
#363A46
(54,58,70)
#242A31
(36,42,49)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #C6BAEE

#C6BAEE
(198,186,238)
#CBC0EF
(203,192,239)
#D0C6F0
(208,198,240)
#D5CCF1
(213,204,241)
#DAD2F2
(218,210,242)
#DFD8F3
(223,216,243)
#E4DEF4
(228,222,244)
#E9E4F5
(233,228,245)
#EEEAF6
(238,234,246)
#F3F0F7
(243,240,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BAEE color. Also use rgb(198,186,238) instead hex code.

Text Font Color

.myTextColor { color: #C6BAEE; }

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

This text font color is #C6BAEE.


Background Color

.myBgColor { background-color: #C6BAEE; }

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

This div background color is #C6BAEE.


Border color

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

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

This div border color is #C6BAEE.


Opacity

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

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

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

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

This text has shadow with #C6BAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BAEE on black background.


Color preview on white background

This text has color #C6BAEE on white background.



Black color preview on #C6BAEE background

This text has black color on #C6BAEE background.


White color preview on #C6BAEE background

This text has white color on #C6BAEE background.