COLOR #CDB5F9

HEX: #CDB5F9
RGB: (205,181,249)

Color info

#CDB5F9 contains mainly red and blue colors. Web safe color of #CDB5F9 is #CCCCFF (or #CCF).

RGB color model

#CDB5F9 color RGB value is (205,181,249).

  • red value is 205;
  • green value is 181;
  • blue value is 249.
RGB:
(205,181,249)
(80%,71%,98%)

RGB channels and saturation

R 205 of 255 = 80%
G 181 of 255 = 71%
B 249 of 255 = 98%

205
181
249

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

Portions of RGB colors in percentages

R + G + B =
205 + 181 + 249 = 635 (100%)
R 205 of 635 ~ 32.28%
G 181 of 635 ~ 28.5%
B 249 of 635 ~ 39.21%

%32.28
%28.5
%39.21

CMYK color model

#CDB5F9 color CMYK value is (18,27,0,2).

  • cyan value is 17.67%
  • magenta value is 27.31%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(18,27,0,2)
C18M27Y0K2 
(18%,27%,0%,2%)
(0.18/0.27/0.00/0.02)	

CMYK percentages

%17.67
%27.31
%0
%2.35

Codes

Color #CDB5F9 in popluar color models

CDB5F9
RGB205181249
HSL261°85.00%84.31%
HSB/HSV261°27.31%97.65%
CMYK17.67%27.31%0.00%
2.35%

Color #CDB5F9 in popluar number systems.

HEXCDB5F9
Decimal205181249
Binary110011011011010111111001
Octal315265371

Shades and tints

Shades of #CDB5F9

#CDB5F9
(205,181,249)
#BBA5E3
(187,165,227)
#A995CD
(169,149,205)
#9785B7
(151,133,183)
#8575A1
(133,117,161)
#73658B
(115,101,139)
#615575
(97,85,117)
#4F455F
(79,69,95)
#3D3549
(61,53,73)
#2B2533
(43,37,51)
#19151D
(25,21,29)
#000000
(0,0,0)

Tints of #CDB5F9

#CDB5F9
(205,181,249)
#D1BBF9
(209,187,249)
#D5C1F9
(213,193,249)
#D9C7F9
(217,199,249)
#DDCDF9
(221,205,249)
#E1D3F9
(225,211,249)
#E5D9F9
(229,217,249)
#E9DFF9
(233,223,249)
#EDE5F9
(237,229,249)
#F1EBF9
(241,235,249)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CDB5F9 color. Also use rgb(205,181,249) instead hex code.

Text Font Color

.myTextColor { color: #CDB5F9; }

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

This text font color is #CDB5F9.


Background Color

.myBgColor { background-color: #CDB5F9; }

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

This div background color is #CDB5F9.


Border color

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

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

This div border color is #CDB5F9.


Opacity

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

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

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

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

This text has shadow with #CDB5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CDB5F9 on black background.


Color preview on white background

This text has color #CDB5F9 on white background.



Black color preview on #CDB5F9 background

This text has black color on #CDB5F9 background.


White color preview on #CDB5F9 background

This text has white color on #CDB5F9 background.